Commit Graph

18 Commits

Author SHA1 Message Date
zowoq
1905dad0b5 go: add freebsd to binary bootstrap platforms
follow up from 8a6b6167bb
2025-07-31 14:02:24 +10:00
mivorasu
ee0866bddd treewide: conform descriptions to the standards 2025-07-28 04:39:00 +00:00
OPNA2608
83c10203a2 go: Mark powerpc64-linux as badPlatform
Since 1.9, there is no support for POWER < 8, and no interest upstream in supporting it again.
2025-07-20 15:32:18 +02:00
aleksana
d1fc36daf0 go: deduplicate GOOS and GOARCH translations 2025-04-30 22:05:32 +08:00
Fernando Rodrigues
05580f4b44 treewide: switch instances of lib.teams.*.members to the new meta.teams attribute
Follow-up to #394797.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2025-04-25 22:20:17 -03:00
aleksana
4720a507e9 go: add loongarch64 cpu support 2025-04-19 16:03:33 +08:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
aleksana
cc15cb63e6 go: fix eval for binary derivation
This was broken in https://github.com/NixOS/nixpkgs/pull/276857 commit
69aa113e45
2024-09-04 22:44:43 +08:00
linsui
0b68b152e2 go: set meta attribute for bootstrap binary derivation (#276857)
* go: set sourceProvenance for bootstrap binary

* Update pkgs/development/compilers/go/binary.nix

---------

Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
Co-authored-by: Aleksana <me@aleksana.moe>
2024-09-04 22:27:27 +08:00
Sigmanificient
63d05d989e pkgs/development: remove unused arguments 2024-08-03 17:18:20 +02:00
zowoq
e2cb76e4ce go: drop gccgo bootstrap, drop autoPatchelfHook from bootstrap (#322825)
bootstrap binaries are static since 1.21

Co-authored-by: Ivan Trubach <mr.trubach@icloud.com>
2024-06-29 12:26:32 +02:00
zowoq
020300a756 go_1_21: bootstrap from 1.21 2023-08-30 12:32:04 +10:00
zowoq
0e2a36815d go: refactor bootstrap
- also add bootstrap to passthru
2022-08-16 18:53:29 +10:00
zowoq
38ee5f8707 go: update URLs
golang.org redirects to go.dev
2021-11-26 19:12:14 +10:00
zowoq
99697d891d go: add runHooks to bootstrap binary 2021-06-05 09:54:25 +10:00
Ben Wolsieffer
8178d877ac go: fix bootstrapping on 32-bit ARM
On 32-bit ARM, the wrong name was used for the prebuilt bootstrap tarball,
causing an eval failure.
2021-03-18 18:59:34 +10:00
Ivan Babrou
6fff56280f go: do not strip bootstrap on darwin 2021-02-20 08:09:42 +10:00
Ivan Babrou
cf69b3e801 go: use binary bootstrap for all platforms
This mirrors what Rust does and allows us to drop go1.4 from the process.
2021-02-20 08:09:42 +10:00