diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-09-16 23:45:36 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-09-16 23:45:36 +0200 |
commit | b938892551816aedd01fd32b7eb1d5e061afce32 (patch) | |
tree | ee8c07645ff159ffe7620207ed0ac54831869939 /gnu/local.mk | |
parent | 0b2ea78173f05c417a9002e52e2b36b139074124 (diff) | |
download | patches-b938892551816aedd01fd32b7eb1d5e061afce32.tar patches-b938892551816aedd01fd32b7eb1d5e061afce32.tar.gz |
gnu: go@1.12: Skip flaky GC test.
Fixes <https://bugs.gnu.org/37425>.
* gnu/packages/patches/go-skip-gc-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/golang.scm (go-1.12)[source]: Use it.
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 7f288b3e7c..ce4510ae4a 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -911,6 +911,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-skip-gc-test.patch \ %D%/packages/patches/gpm-glibc-2.26.patch \ %D%/packages/patches/gpsbabel-minizip.patch \ %D%/packages/patches/gpsbabel-qstring.patch \ |