zowoq
3da524ca62
Revert "go_1_21: install from distpack archive"
...
This reverts commit 1ee50a2928
.
broke cross builds
2023-09-22 09:16:27 +10:00
zowoq
99283f44be
go: switch to finalAttrs
...
also add version test
Co-authored-by: Ivan Trubach <mr.trubach@icloud.com>
2023-09-15 13:57:27 +10:00
github-actions[bot]
92f41becba
Merge master into staging-next
2023-09-12 12:01:13 +00:00
Ivan Trubach
1ee50a2928
go_1_21: install from distpack archive
...
Changes the build and install phases to use archives produced by
[distpack]. This allows us to drop the code that cleans GOROOT and moves
cross-compiled binaries out of bin/GOOS_GOARCH, and potentially avoid
issues like [missing GOROOT/go.env] in the future.
[distpack]: https://pkg.go.dev/cmd/distpack
[missing GOROOT/go.env]: cbc976a97c
2023-09-12 16:45:21 +10:00
github-actions[bot]
542aa87231
Merge master into staging-next
2023-09-08 00:02:13 +00:00
zowoq
e67b7b6ab5
go_1_21: 1.21.0 -> 1.21.1
...
Changelog: https://go.dev/doc/devel/release#go1.21
2023-09-08 08:43:57 +10:00
zowoq
21dc6b7052
go_1_19: 1.19.12 -> 1.19.13
...
Changelog: https://go.dev/doc/devel/release#go1.19
2023-09-08 08:43:44 +10:00
zowoq
09c8e2090e
go_1_20: 1.20.7 -> 1.20.8
...
Changelog: https://go.dev/doc/devel/release#go1.20
2023-09-07 08:54:48 +10:00
zowoq
020300a756
go_1_21: bootstrap from 1.21
2023-08-30 12:32:04 +10:00
HuangYi
cbc976a97c
fix: install go.env in go_1_21
...
fix build error: "GOPROXY list is not the empty string, but contains no entries"
see: https://github.com/golang/go/issues/57179
2023-08-21 16:10:30 +10:00
zowoq
8ed712ec90
go_1_21: 1.21rc4 -> 1.21.0
...
Changelog: https://go.dev/doc/devel/release#go1.21
2023-08-21 08:02:30 +10:00
Sebastian Sellmeier
1b66a90592
go: Don't symlink bin-directory but binaries instead to avoid breaking pkgs.symlinkJoin without error-message
2023-08-07 09:40:56 +02:00
Vladimír Čunát
d5732d9669
Merge branch 'staging-next' into staging
2023-08-05 07:45:29 +02:00
zowoq
95c1cbdae9
go_1_21: 1.21rc3 -> 1.21rc4
...
Changelog: https://go.dev/doc/devel/release#go1.21
2023-08-03 12:24:07 +10:00
zowoq
fa88f4a8be
go_1_19: 1.19.11 -> 1.19.12
...
Changelog: https://go.dev/doc/devel/release#go1.19
2023-08-03 12:23:27 +10:00
zowoq
4b428f7689
go_1_20: 1.20.6 -> 1.20.7
...
Changelog: https://go.dev/doc/devel/release#go1.20
2023-08-02 09:20:38 +10:00
zowoq
9a424242d7
go_1_21: init at 1.21rc3
2023-08-02 01:08:27 +10:00
zowoq
3c53623bf4
go_1_20: 1.20.5 -> 1.20.6
...
Changelog: https://go.dev/doc/devel/release#go1.20
2023-07-13 14:42:35 +10:00
zowoq
1b1738d30a
go_1_19: 1.19.10 -> 1.19.11
...
Changelog: https://go.dev/doc/devel/release#go1.19
2023-07-12 08:57:40 +10:00
github-actions[bot]
45c3df25d7
Merge staging-next into staging
2023-06-07 18:01:50 +00:00
zowoq
deb3d80ae0
go_1_20: 1.20.4 -> 1.20.5
...
Changelog: https://go.dev/doc/devel/release#go1.20
2023-06-07 07:04:54 +10:00
zowoq
1887a08e2a
go_1_19: 1.19.9 -> 1.19.10
...
Changelog: https://go.dev/doc/devel/release#go1.19
2023-06-07 07:02:42 +10:00
github-actions[bot]
ffc1ef23bc
Merge staging-next into staging
2023-05-04 00:03:03 +00:00
zowoq
094aeff17c
go_1_20: 1.20.3 -> 1.20.4
...
Changelog: https://go.dev/doc/devel/release#go1.20
2023-05-04 07:23:26 +10:00
zowoq
5f05c243c4
go_1_19: 1.19.8 -> 1.19.9
...
Changelog: https://go.dev/doc/devel/release#go1.19
2023-05-04 07:23:19 +10:00
Elias Naur
32ef6c3629
go: only include Darwin target dependencies when targeting Darwin
...
Fixes
```
$ nix build .#pkgsCross.raspberryPi.buildPackages.go
```
2023-04-19 14:44:39 +10:00
github-actions[bot]
80f198ff3a
Merge staging-next into staging
2023-04-05 06:01:50 +00:00
zowoq
4a65e9f64e
go_1_19: 1.19.7 -> 1.19.8
...
Changelog: https://go.dev/doc/devel/release#go1.19
2023-04-05 14:27:30 +10:00
zowoq
416d51a21c
go_1_20: 1.20.2 -> 1.20.3
...
Changelog: https://go.dev/doc/devel/release#go1.20
2023-04-05 11:03:06 +10:00
Yureka
b730214152
pkgsCross.musl64.go: fix build
2023-04-04 08:18:39 +10:00
Robert Schütz
9af96def95
Merge branch 'master' into staging-next
2023-03-07 21:35:26 -08:00
zowoq
dfccc488db
go_1_19: 1.19.6 -> 1.19.7
...
Changelog: https://go.dev/doc/devel/release#go1.19
2023-03-08 08:46:58 +10:00
zowoq
779db7898c
go_1_20: 1.20.1 -> 1.20.2
...
Changelog: https://go.dev/doc/devel/release#go1.20
2023-03-08 08:44:59 +10:00
github-actions[bot]
f38c4cce4a
Merge master into staging-next
2023-02-16 06:01:07 +00:00
zowoq
e06c5e0108
go: add meta.changelog
2023-02-16 10:13:40 +10:00
github-actions[bot]
5539facae8
Merge master into staging-next
2023-02-16 00:02:23 +00:00
zowoq
4ffd5a8684
go_1_20: 1.20 -> 1.20.1
2023-02-16 07:28:19 +10:00
zowoq
2a603a41a5
go_1_19: 1.19.5 -> 1.19.6
2023-02-16 07:27:43 +10:00
Felix Buehler
cdb39a86e0
treewide: use optionalString
2023-02-13 21:52:34 +01:00
github-actions[bot]
ffbbb55ee2
Merge master into staging-next
2023-02-02 06:01:28 +00:00
zowoq
d8fc10cad3
go_1_20: 1.20rc3 -> 1.20
2023-02-02 07:06:31 +10:00
github-actions[bot]
588d9ab6e2
Merge staging-next into staging
2023-01-25 12:02:09 +00:00
github-actions[bot]
20df8d00cc
Merge master into staging-next
2023-01-25 12:01:34 +00:00
zowoq
d56f7d9fe4
go: various gccgo changes ( #211850 )
...
* gccgo: mark broken on darwin
* gccgo12: init
create versioned gccgo for bootstrapping go
* go: use versioned gccgo for bootstrapping
2023-01-25 10:11:12 +01:00
github-actions[bot]
b98f339186
Merge staging-next into staging
2023-01-22 18:01:37 +00:00
github-actions[bot]
feb2240b37
Merge master into staging-next
2023-01-22 18:01:03 +00:00
Zhaofeng Li
658c788bc7
go: Add patches to support Sv57 addressing on riscv64
2023-01-22 12:24:40 +10:00
Zhaofeng Li
30e7afbdb4
go: Bootstrap on RISC-V with gccgo
2023-01-22 11:00:42 +10:00
Sergei Trofimovich
b9b1d958d0
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
pkgs/development/libraries/qt-6/modules/qtbase.nix
pkgs/stdenv/linux/make-bootstrap-tools.nix
2023-01-20 21:56:57 +00:00
Yureka
e72146804a
pkgsMusl.go: bootstrap with gccgo ( #207681 )
2023-01-20 18:04:58 +01:00