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 2d45280 commit 8613bfaCopy full SHA for 8613bfa
dashboard/builders.go
@@ -1835,10 +1835,9 @@ func init() {
1835
Notes: "Runs GOOS=linux but with the Android emulator attached, for running x/mobile host tests.",
1836
})
1837
addBuilder(BuildConfig{
1838
- Name: "linux-amd64-stretch",
1839
- HostType: "host-linux-stretch",
1840
- Notes: "Debian Stretch. Same as the normal 'linux-amd64' builder at this time, but with -stretch suffix. Used for release builds.",
1841
- buildsRepo: disabledBuilder, // Disabled because the "linux-amd64" builder does identical work.
+ Name: "linux-amd64-stretch",
+ HostType: "host-linux-stretch",
+ Notes: "Debian Stretch.",
1842
env: []string{
1843
"GO_DISABLE_OUTBOUND_NETWORK=1",
1844
},
0 commit comments