Make library/header paths visible to cmd/go script tests, which is necessary for cgo/gccgo tests to work correctly diff --git a/src/cmd/go/script_test.go b/src/cmd/go/script_test.go index dfaa40548e..9d0f0e9bcd 100644 --- a/src/cmd/go/script_test.go +++ b/src/cmd/go/script_test.go @@ -100,6 +100,10 @@ const ( var extraEnvKeys = []string{ "SYSTEMROOT", // must be preserved on Windows to find DLLs; golang.org/issue/25210 "WINDIR", // must be preserved on Windows to be able to run PowerShell command; golang.org/issue/30711 + "CPATH", + "C_INCLUDE_PATH", + "CPLUS_INCLUDE_PATH", + "LIBRARY_PATH", "LD_LIBRARY_PATH", // must be preserved on Unix systems to find shared libraries "CC", // don't lose user settings when invoking cgo "GO_TESTING_GOTOOLS", // for gccgo testing ts'>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/datamash.scm
AgeCommit message (Expand)Author
2019-09-23gnu: datamash: Update to 1.5....* gnu/packages/datamash.scm (datamash): Update to 1.5. Efraim Flashner
2018-12-23gnu: datamash: Update to 1.4....* gnu/packages/datamash.scm (datamash): Update to 1.4. [source]: Remove patch. * gnu/packages/patches/datamash-arm-tests.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Efraim Flashner
2018-04-12gnu: datamash: Fix tests on ARM systems....* gnu/packages/patches/datamash-arm-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/datamash.scm (datamash)[source]: Use it. Eric Bavier
2018-03-18gnu: datamash: Update to 1.3....* gnu/packages/datamash.scm (datamash): Update to 1.3. Ludovic Courtès