diff options
author | Sarah Morgensen <iskarian@mgsn.dev> | 2021-06-25 00:21:06 -0700 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-06-28 22:19:50 +0300 |
commit | e3e4cbb93fb4a7085eea089ed633083c95c77a32 (patch) | |
tree | 38cf608522214c064acaf092ad7842a201379969 /gnu/local.mk | |
parent | ef590de6924ddd4fb8c8b364245a618b714295a7 (diff) | |
download | guix-e3e4cbb93fb4a7085eea089ed633083c95c77a32.tar guix-e3e4cbb93fb4a7085eea089ed633083c95c77a32.tar.gz |
gnu: Add go-1.16.
Add go@1.16 as a non-default go. Changes from 1.14: Use now-supported GO_LDSO
configuration option for setting the interpreter. Bootstrap with gccgo on
platforms which do not support go-1.4. Fix and re-enable cmd/go script tests.
Fix typo in cgoldflags patch. Break out tests into "check" phase. Remove
references to perl to reduce closure size by ~10%. Set GOCACHE so go doesn't
attempt to access $HOME.
* gnu/packages/patches/go-fix-script-tests.patch: New file.
* local.mk (dist_patch_DATA): Register it.
* gnu/packages/golang.scm (go-1.16): New variable. Use the patch.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 7d1fc8157c..6b9202cba1 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1169,6 +1169,7 @@ dist_patch_DATA = \ %D%/packages/patches/gobject-introspection-absolute-shlib-path.patch \ %D%/packages/patches/gobject-introspection-cc.patch \ %D%/packages/patches/gobject-introspection-girepository.patch \ + %D%/packages/patches/go-fix-script-tests.patch \ %D%/packages/patches/go-skip-gc-test.patch \ %D%/packages/patches/gpm-glibc-2.26.patch \ %D%/packages/patches/gpodder-disable-updater.patch \ |