2020-12-03 00:47:35 +00:00
|
|
|
status = [
|
|
|
|
"Android aarch64",
|
|
|
|
"Android arm",
|
|
|
|
"Android armv7",
|
|
|
|
"Android i686",
|
|
|
|
"Android x86_64",
|
2020-12-18 14:44:53 +00:00
|
|
|
"FreeBSD amd64 & i686",
|
2021-08-18 14:31:47 +00:00
|
|
|
"Fuchsia x86_64",
|
2020-12-18 14:44:53 +00:00
|
|
|
"Linux MIPS",
|
|
|
|
"Linux MIPS64 el",
|
|
|
|
"Linux MIPS64",
|
|
|
|
"Linux aarch64",
|
|
|
|
"Linux arm gnueabi",
|
2020-12-03 00:47:35 +00:00
|
|
|
"Linux arm-musleabi",
|
2020-12-18 14:44:53 +00:00
|
|
|
"Linux armv7 gnueabihf",
|
|
|
|
"Linux i686 musl",
|
|
|
|
"Linux i686",
|
|
|
|
"Linux mipsel",
|
2020-12-03 00:47:35 +00:00
|
|
|
"Linux powerpc",
|
2021-08-22 15:19:51 +00:00
|
|
|
"Linux powerpc64",
|
2020-12-18 14:44:53 +00:00
|
|
|
"Linux powerpc64le",
|
2020-12-03 00:47:35 +00:00
|
|
|
"Linux s390x",
|
2021-08-18 14:31:47 +00:00
|
|
|
"Linux x32",
|
2020-12-18 14:44:53 +00:00
|
|
|
"Linux x86_64 musl",
|
|
|
|
"Linux x86_64",
|
|
|
|
"Minver",
|
2020-12-03 00:47:35 +00:00
|
|
|
"NetBSD x86_64",
|
2020-12-18 14:44:53 +00:00
|
|
|
"OSX x86_64",
|
2020-12-03 00:47:35 +00:00
|
|
|
"Redox x86_64",
|
2020-12-18 14:44:53 +00:00
|
|
|
"Rust Stable",
|
2021-08-18 14:31:47 +00:00
|
|
|
"iOS aarch64",
|
|
|
|
"iOS x86_64",
|
|
|
|
"illumos",
|
2020-12-03 00:47:35 +00:00
|
|
|
]
|
2017-04-17 17:04:28 +00:00
|
|
|
|
2020-12-03 00:47:35 +00:00
|
|
|
# Set bors's timeout to 1 hour
|
2017-04-17 17:04:28 +00:00
|
|
|
#
|
2020-12-03 00:47:35 +00:00
|
|
|
# bors's timeout should always be at least twice as long as the test suite
|
2020-12-11 02:51:12 +00:00
|
|
|
# takes. This is to allow the CI provider to fast-fail a test; if one of the
|
|
|
|
# builders immediately reports a failure, then bors will move on to the next
|
|
|
|
# batch, leaving the slower builders to work through the already-doomed run and
|
|
|
|
# the next one.
|
2017-04-17 17:04:28 +00:00
|
|
|
#
|
2020-12-03 00:47:35 +00:00
|
|
|
# At the time this was written, nix's test suite took about twenty minutes to
|
|
|
|
# run. The timeout was raised to one hour to give nix room to grow and time
|
|
|
|
# for delays on Cirrus's end.
|
|
|
|
timeout_sec = 3600
|