parent
b994a6e6ff
commit
a25e6e1d96
@ -134,6 +134,9 @@ stdenv.mkDerivation rec {
|
|||||||
CGO_ENABLED = 1;
|
CGO_ENABLED = 1;
|
||||||
GOROOT_BOOTSTRAP = "${goBootstrap}/share/go";
|
GOROOT_BOOTSTRAP = "${goBootstrap}/share/go";
|
||||||
|
|
||||||
|
# Hopefully avoids test timeouts on Hydra
|
||||||
|
GO_TEST_TIMEOUT_SCALE = 3;
|
||||||
|
|
||||||
# The go build actually checks for CC=*/clang and does something different, so we don't
|
# The go build actually checks for CC=*/clang and does something different, so we don't
|
||||||
# just want the generic `cc` here.
|
# just want the generic `cc` here.
|
||||||
CC = if stdenv.isDarwin then "clang" else "cc";
|
CC = if stdenv.isDarwin then "clang" else "cc";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user