Skip to content

Commit

Permalink
[skip ci] Fix bors configuration
Browse files Browse the repository at this point in the history
* 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) .
  • Loading branch information
asomers committed Aug 18, 2021
1 parent 5ed5bb6 commit 0163528
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions bors.toml
Expand Up @@ -5,6 +5,7 @@ status = [
"Android i686",
"Android x86_64",
"FreeBSD amd64 & i686",
"Fuchsia x86_64",
"Linux MIPS",
"Linux MIPS64 el",
"Linux MIPS64",
Expand All @@ -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
Expand Down

0 comments on commit 0163528

Please sign in to comment.