Skip to content

Commit af3b8cf

Browse files
committed
cmd/go: remove MallocNanoZone environment variable workaround
We added a workaround in runtime/race. This should not be necessary now. Updates #49138. Change-Id: Ia2010e4acc95c4ddf5f463ab2919401d893c0bac Reviewed-on: https://go-review.googlesource.com/c/go/+/374314 Trust: Cherry Mui <[email protected]> Run-TryBot: Cherry Mui <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent ed766b6 commit af3b8cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cmd/go/script_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ var extraEnvKeys = []string{
146146
"GO_TESTING_GOTOOLS", // for gccgo testing
147147
"GCCGO", // for gccgo testing
148148
"GCCGOTOOLDIR", // for gccgo testing
149-
"MallocNanoZone", // Needed to work around an apparent kernel bug in macOS 12; see https://golang.org/issue/49138.
150149
}
151150

152151
// setup sets up the test execution temporary directory and environment.

0 commit comments

Comments
 (0)