Skip to content

Commit

Permalink
go: Fix the build in non-root sandboxes
Browse files Browse the repository at this point in the history
Workaround for <golang/go#42525>

(Also related to <NixOS/nix#3245>)

(cherry picked from commit a66d9c8)
  • Loading branch information
thufschmitt authored and kalbasit committed May 28, 2022
1 parent 1234d43 commit 5905386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/compilers/go/1.16.nix
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ stdenv.mkDerivation rec {
./creds-test.patch
./go-1.9-skip-flaky-19608.patch
./go-1.9-skip-flaky-20072.patch
./skip-chown-tests-1.16.patch
./skip-external-network-tests-1.16.patch
./skip-nohup-tests.patch
./skip-cgo-tests-1.15.patch
Expand Down
1 change: 1 addition & 0 deletions pkgs/development/compilers/go/1.17.nix
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ stdenv.mkDerivation rec {
./creds-test.patch
./go-1.9-skip-flaky-19608.patch
./go-1.9-skip-flaky-20072.patch
./skip-chown-tests-1.16.patch
./skip-external-network-tests-1.16.patch
./skip-nohup-tests.patch
./skip-cgo-tests-1.15.patch
Expand Down

0 comments on commit 5905386

Please sign in to comment.