summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2021-08-18 08:31:47 -0600
committerAlan Somers <asomers@gmail.com>2021-08-18 08:31:47 -0600
commit01635288658c62c09549698b3edc89bc869b983b (patch)
tree120a0e638c5c9d3c5f7de2dbb6cc50875dc183a0
parent5ed5bb634fbef82c5dcd6e64e9b609dff08e378d (diff)
downloadnix-01635288658c62c09549698b3edc89bc869b983b.zip
[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) .
-rw-r--r--bors.toml7
1 files changed, 5 insertions, 2 deletions
diff --git a/bors.toml b/bors.toml
index 9525908d..a02fd691 100644
--- a/bors.toml
+++ b/bors.toml
@@ -5,6 +5,7 @@ status = [
"Android i686",
"Android x86_64",
"FreeBSD amd64 & i686",
+ "Fuchsia x86_64",
"Linux MIPS",
"Linux MIPS64 el",
"Linux MIPS64",
@@ -18,15 +19,17 @@ status = [
"Linux powerpc",
"Linux powerpc64le",
"Linux s390x",
+ "Linux x32",
"Linux x86_64 musl",
"Linux x86_64",
"Minver",
"NetBSD x86_64",
- "OSX i686",
"OSX x86_64",
"Redox x86_64",
"Rust Stable",
- "iOS",
+ "iOS aarch64",
+ "iOS x86_64",
+ "illumos",
]
# Set bors's timeout to 1 hour