File tree 2 files changed +5
-11
lines changed
2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -1591,14 +1591,10 @@ func init() {
1591
1591
HostType : "host-linux-amd64-stretch-vmx" ,
1592
1592
buildsRepo : disabledBuilder ,
1593
1593
})
1594
-
1595
- const testAlpine = false // Issue 22689 (hide all red builders), Issue 19938 (get Alpine passing)
1596
- if testAlpine {
1597
- addBuilder (BuildConfig {
1598
- Name : "linux-amd64-alpine" ,
1599
- HostType : "host-linux-amd64-alpine" ,
1600
- })
1601
- }
1594
+ addBuilder (BuildConfig {
1595
+ Name : "linux-amd64-alpine" ,
1596
+ HostType : "host-linux-amd64-alpine" ,
1597
+ })
1602
1598
1603
1599
// addMiscCompileGo1 adds a misc-compile TryBot that
1604
1600
// runs buildall.bash on the specified target(s), up to 3 max.
Original file line number Diff line number Diff line change @@ -669,9 +669,7 @@ func TestBuilderConfig(t *testing.T) {
669
669
}
670
670
671
671
func TestHostConfigsAllUsed (t * testing.T ) {
672
- knownUnused := map [string ]bool {
673
- "host-linux-amd64-alpine" : true , // TODO(golang.org/issue/19938): Fix the Alpine builder, or remove it.
674
- }
672
+ knownUnused := map [string ]bool {}
675
673
676
674
used := make (map [string ]bool )
677
675
for _ , conf := range Builders {
You can’t perform that action at this time.
0 commit comments