We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b954f58 commit 364f15fCopy full SHA for 364f15f
src/cmd/go/script_test.go
@@ -142,6 +142,7 @@ var extraEnvKeys = []string{
142
"GO_TESTING_GOTOOLS", // for gccgo testing
143
"GCCGO", // for gccgo testing
144
"GCCGOTOOLDIR", // for gccgo testing
145
+ "MallocNanoZone", // Needed to work around an apparent kernel bug in macOS 12; see https://golang.org/issue/49138.
146
}
147
148
// setup sets up the test execution temporary directory and environment.
0 commit comments