Skip to content

Commit 4ce976f

Browse files
committed
dashboard: remove MallocNanoZone environment variable workaround
We added a workaround in runtime/race on all supported versions of Go (tip, 1.17, 1.16). This should not be necessary now. Fixes golang/go#49940. Updates golang/go#49138. Change-Id: Idd337785571fa6f429435b31d22d34bf3b346ff2 Reviewed-on: https://go-review.googlesource.com/c/build/+/374334 Trust: Cherry Mui <[email protected]> Run-TryBot: Cherry Mui <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent ee978b3 commit 4ce976f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dashboard/builders.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,6 @@ var Hosts = map[string]*HostConfig{
579579
Notes: "MacStadium macOS Monterey (12.0) VM under VMWare ESXi",
580580
env: []string{
581581
"GOROOT_BOOTSTRAP=/Users/gopher/goboot", // Go 1.17.3
582-
"MallocNanoZone=0", // golang.org/issue/49138
583582
},
584583
SSHUsername: "gopher",
585584
HermeticReverse: true, // we destroy the VM when done & let cmd/makemac recreate
@@ -599,7 +598,6 @@ var Hosts = map[string]*HostConfig{
599598
Notes: "macOS Big Sur (12.0) ARM64 (M1). Mac mini",
600599
env: []string{
601600
"GOROOT_BOOTSTRAP=/Users/gopher/goboot",
602-
"MallocNanoZone=0", // golang.org/issue/49138
603601
},
604602
SSHUsername: "gopher",
605603
},

0 commit comments

Comments
 (0)