@@ -117,13 +117,15 @@ func TestTrybots(t *testing.T) {
117
117
"misc-compile-freebsd-386" ,
118
118
"misc-compile-freebsd-arm" ,
119
119
"misc-compile-freebsd-arm64" ,
120
+ "misc-compile-freebsd-riscv64" ,
120
121
"misc-compile-netbsd-386" ,
121
122
"misc-compile-netbsd-amd64" ,
122
123
"misc-compile-netbsd-arm" ,
123
124
"misc-compile-netbsd-arm64" ,
124
125
"misc-compile-openbsd-386" ,
125
126
"misc-compile-openbsd-arm" ,
126
127
"misc-compile-openbsd-arm64" ,
128
+ "misc-compile-openbsd-ppc64-go1.22" ,
127
129
"misc-compile-plan9-386" ,
128
130
"misc-compile-plan9-amd64" ,
129
131
"misc-compile-plan9-arm" ,
@@ -135,7 +137,6 @@ func TestTrybots(t *testing.T) {
135
137
"misc-compile-linux-s390x" ,
136
138
"misc-compile-linux-arm" ,
137
139
"misc-compile-linux-arm-arm5" ,
138
- "misc-compile-freebsd-riscv64-go1.20" ,
139
140
},
140
141
},
141
142
{
@@ -168,6 +169,7 @@ func TestTrybots(t *testing.T) {
168
169
"misc-compile-freebsd-386" ,
169
170
"misc-compile-freebsd-arm" ,
170
171
"misc-compile-freebsd-arm64" ,
172
+ "misc-compile-freebsd-riscv64" ,
171
173
"misc-compile-netbsd-386" ,
172
174
"misc-compile-netbsd-amd64" ,
173
175
"misc-compile-netbsd-arm" ,
@@ -186,7 +188,6 @@ func TestTrybots(t *testing.T) {
186
188
"misc-compile-linux-s390x" ,
187
189
"misc-compile-linux-arm" ,
188
190
"misc-compile-linux-arm-arm5" ,
189
- "misc-compile-freebsd-riscv64-go1.20" ,
190
191
191
192
// Include longtest builders on Go repo release branches. See issue 37827.
192
193
"linux-386-longtest" ,
@@ -227,6 +228,7 @@ func TestTrybots(t *testing.T) {
227
228
"misc-compile-freebsd-386" ,
228
229
"misc-compile-freebsd-arm" ,
229
230
"misc-compile-freebsd-arm64" ,
231
+ "misc-compile-freebsd-riscv64" ,
230
232
"misc-compile-netbsd-386" ,
231
233
"misc-compile-netbsd-amd64" ,
232
234
"misc-compile-netbsd-arm" ,
@@ -245,7 +247,6 @@ func TestTrybots(t *testing.T) {
245
247
"misc-compile-linux-s390x" ,
246
248
"misc-compile-linux-arm" ,
247
249
"misc-compile-linux-arm-arm5" ,
248
- "misc-compile-freebsd-riscv64-go1.20" ,
249
250
250
251
// Include longtest builders on Go repo release branches. See issue 37827.
251
252
"linux-386-longtest" ,
@@ -296,13 +297,15 @@ func TestTrybots(t *testing.T) {
296
297
"misc-compile-freebsd-386" ,
297
298
"misc-compile-freebsd-arm" ,
298
299
"misc-compile-freebsd-arm64" ,
300
+ "misc-compile-freebsd-riscv64" ,
299
301
"misc-compile-netbsd-386" ,
300
302
"misc-compile-netbsd-amd64" ,
301
303
"misc-compile-netbsd-arm" ,
302
304
"misc-compile-netbsd-arm64" ,
303
305
"misc-compile-openbsd-386" ,
304
306
"misc-compile-openbsd-arm" ,
305
307
"misc-compile-openbsd-arm64" ,
308
+ "misc-compile-openbsd-ppc64-go1.22" ,
306
309
"misc-compile-plan9-386" ,
307
310
"misc-compile-plan9-amd64" ,
308
311
"misc-compile-plan9-arm" ,
@@ -314,7 +317,6 @@ func TestTrybots(t *testing.T) {
314
317
"misc-compile-linux-s390x" ,
315
318
"misc-compile-linux-arm" ,
316
319
"misc-compile-linux-arm-arm5" ,
317
- "misc-compile-freebsd-riscv64-go1.20" ,
318
320
},
319
321
},
320
322
{
@@ -1005,7 +1007,6 @@ func TestTryBotsCompileAllPorts(t *testing.T) {
1005
1007
// when the work of adding a new port is actively underway.
1006
1008
knownMissing := map [string ]bool {
1007
1009
"openbsd-mips64" : true , // go.dev/issue/58110
1008
- "openbsd-ppc64" : true , // go.dev/issue/56001
1009
1010
}
1010
1011
1011
1012
var done = make (map [string ]bool )
0 commit comments