mirror of
https://github.com/golang/go
synced 2024-11-23 20:20:01 -07:00
cmd/go: forward the MallocNanoZone variable to script tests
For #49138 Fixes #49723 Change-Id: Ia93130fdc042a1e2107be95cccd7e7eeaa909a87 Reviewed-on: https://go-review.googlesource.com/c/go/+/366254 Trust: Bryan C. Mills <bcmills@google.com> Run-TryBot: Bryan C. Mills <bcmills@google.com> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
8f559bcb46
commit
189b4a2f42
@ -146,6 +146,7 @@ var extraEnvKeys = []string{
|
||||
"GO_TESTING_GOTOOLS", // for gccgo testing
|
||||
"GCCGO", // for gccgo testing
|
||||
"GCCGOTOOLDIR", // for gccgo testing
|
||||
"MallocNanoZone", // Needed to work around an apparent kernel bug in macOS 12; see https://golang.org/issue/49138.
|
||||
}
|
||||
|
||||
// setup sets up the test execution temporary directory and environment.
|
||||
|
Loading…
Reference in New Issue
Block a user