From 01635288658c62c09549698b3edc89bc869b983b Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Wed, 18 Aug 2021 08:31:47 -0600 Subject: [PATCH] [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) . --- bors.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bors.toml b/bors.toml index 9525908dbe..a02fd6918a 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