Skip to content

Commit 0163528

Browse files
committed
[skip ci] Fix bors configuration
* I never removed 32-bit OSX and iOS targets that were removed from Cirrus in PR #1492 . * I never added Fuchsia (PR #1285) . * I never added illumos (PR #1394) . * never added Linux x32 (PR #1366) .
1 parent 5ed5bb6 commit 0163528

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

bors.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ status = [
55
"Android i686",
66
"Android x86_64",
77
"FreeBSD amd64 & i686",
8+
"Fuchsia x86_64",
89
"Linux MIPS",
910
"Linux MIPS64 el",
1011
"Linux MIPS64",
@@ -18,15 +19,17 @@ status = [
1819
"Linux powerpc",
1920
"Linux powerpc64le",
2021
"Linux s390x",
22+
"Linux x32",
2123
"Linux x86_64 musl",
2224
"Linux x86_64",
2325
"Minver",
2426
"NetBSD x86_64",
25-
"OSX i686",
2627
"OSX x86_64",
2728
"Redox x86_64",
2829
"Rust Stable",
29-
"iOS",
30+
"iOS aarch64",
31+
"iOS x86_64",
32+
"illumos",
3033
]
3134

3235
# Set bors's timeout to 1 hour

0 commit comments

Comments
 (0)