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 ee978b3 commit 4ce976fCopy full SHA for 4ce976f
dashboard/builders.go
@@ -579,7 +579,6 @@ var Hosts = map[string]*HostConfig{
579
Notes: "MacStadium macOS Monterey (12.0) VM under VMWare ESXi",
580
env: []string{
581
"GOROOT_BOOTSTRAP=/Users/gopher/goboot", // Go 1.17.3
582
- "MallocNanoZone=0", // golang.org/issue/49138
583
},
584
SSHUsername: "gopher",
585
HermeticReverse: true, // we destroy the VM when done & let cmd/makemac recreate
@@ -599,7 +598,6 @@ var Hosts = map[string]*HostConfig{
599
598
Notes: "macOS Big Sur (12.0) ARM64 (M1). Mac mini",
600
601
"GOROOT_BOOTSTRAP=/Users/gopher/goboot",
602
603
604
605
0 commit comments