File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -522,6 +522,7 @@ var Hosts = map[string]*HostConfig{
522
522
Notes : "MacStadium macOS Monterey (12.0) VM under VMWare ESXi" ,
523
523
env : []string {
524
524
"GOROOT_BOOTSTRAP=/Users/gopher/goboot" , // Go 1.17.3
525
+ "MallocNanoZone=0" , // golang.org/issue/49138
525
526
},
526
527
SSHUsername : "gopher" ,
527
528
HermeticReverse : true , // we destroy the VM when done & let cmd/makemac recreate
@@ -2339,7 +2340,6 @@ func init() {
2339
2340
HostType : "host-darwin-amd64-12_0" ,
2340
2341
distTestAdjust : macTestPolicy ,
2341
2342
buildsRepo : defaultPlusExpBuild ,
2342
- env : []string {"MallocNanoZone=0" }, // golang.org/issue/49138
2343
2343
})
2344
2344
addBuilder (BuildConfig {
2345
2345
Name : "darwin-amd64-nocgo" ,
@@ -2356,7 +2356,6 @@ func init() {
2356
2356
addBuilder (BuildConfig {
2357
2357
Name : "darwin-arm64-12_0-toothrot" ,
2358
2358
HostType : "host-darwin-arm64-12_0-toothrot" ,
2359
- env : []string {"MallocNanoZone=0" }, // golang.org/issue/49138
2360
2359
KnownIssue : 49149 ,
2361
2360
distTestAdjust : macTestPolicy ,
2362
2361
buildsRepo : defaultPlusExpBuild ,
You can’t perform that action at this time.
0 commit comments