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 560d411 commit fcb5900Copy full SHA for fcb5900
dashboard/builders.go
@@ -2204,7 +2204,8 @@ func init() {
2204
}
2205
return run
2206
},
2207
- buildsRepo: plan9Default,
+ buildsRepo: plan9Default,
2208
+ KnownIssues: []int{29801},
2209
})
2210
addBuilder(BuildConfig{
2211
Name: "windows-amd64-2008",
@@ -2711,7 +2712,8 @@ func init() {
2711
2712
2713
2714
2715
2716
+ KnownIssues: []int{49756, 49327},
2717
2718
2719
Name: "plan9-386-0intro",
@@ -2725,7 +2727,8 @@ func init() {
2725
2727
2726
2728
2729
2730
2731
+ KnownIssues: []int{50137, 50878},
2732
2733
2734
Name: "aix-ppc64",
0 commit comments