File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -646,6 +646,13 @@ var Hosts = map[string]*HostConfig{
646
646
env : []string {"GOROOT_BOOTSTRAP=/go1.4" },
647
647
SSHUsername : "root" ,
648
648
},
649
+ "host-linux-amd64-wsl" : & HostConfig {
650
+ Notes : "Windows 10 WSL2 Ubuntu" ,
651
+ OwnerGithub : "mengzhuo" ,
652
+ IsReverse : true ,
653
+ ExpectNum : 1 ,
654
+ env : []string {"GOROOT_BOOTSTRAP=/usr/lib/go" },
655
+ },
649
656
}
650
657
651
658
// CrossCompileConfig describes how to cross-compile a build on a
@@ -2601,6 +2608,13 @@ func init() {
2601
2608
return atLeastGo1 (branch , 12 ) && atLeastGo1 (goBranch , 12 ) && buildRepoByDefault (repo )
2602
2609
},
2603
2610
})
2611
+ addBuilder (BuildConfig {
2612
+ Name : "linux-amd64-wsl" ,
2613
+ HostType : "host-linux-amd64-wsl" ,
2614
+ Notes : "Windows 10 WSL2 Ubuntu" ,
2615
+ FlakyNet : true ,
2616
+ SkipSnapshot : true , // The builder has a slow uplink bandwidth.
2617
+ })
2604
2618
}
2605
2619
2606
2620
// addBuilder adds c to the Builders map after doing some sanity
You can’t perform that action at this time.
0 commit comments