2020-12-02 17:47:35 -07:00
|
|
|
status = [
|
|
|
|
"Android aarch64",
|
|
|
|
"Android arm",
|
|
|
|
"Android armv7",
|
|
|
|
"Android i686",
|
|
|
|
"Android x86_64",
|
2020-12-18 07:44:53 -07:00
|
|
|
"FreeBSD amd64 & i686",
|
|
|
|
"Linux MIPS",
|
|
|
|
"Linux MIPS64 el",
|
|
|
|
"Linux MIPS64",
|
|
|
|
"Linux aarch64",
|
|
|
|
"Linux arm gnueabi",
|
2020-12-02 17:47:35 -07:00
|
|
|
"Linux arm-musleabi",
|
2020-12-18 07:44:53 -07:00
|
|
|
"Linux armv7 gnueabihf",
|
|
|
|
"Linux i686 musl",
|
|
|
|
"Linux i686",
|
|
|
|
"Linux mipsel",
|
2020-12-02 17:47:35 -07:00
|
|
|
"Linux powerpc",
|
2020-12-18 07:44:53 -07:00
|
|
|
"Linux powerpc64le",
|
2020-12-02 17:47:35 -07:00
|
|
|
"Linux s390x",
|
2020-12-18 07:44:53 -07:00
|
|
|
"Linux x86_64 musl",
|
|
|
|
"Linux x86_64",
|
|
|
|
"Minver",
|
2020-12-02 17:47:35 -07:00
|
|
|
"NetBSD x86_64",
|
2020-12-18 07:44:53 -07:00
|
|
|
"OSX i686",
|
|
|
|
"OSX x86_64",
|
2020-12-02 17:47:35 -07:00
|
|
|
"Redox x86_64",
|
2020-12-18 07:44:53 -07:00
|
|
|
"Rust Stable",
|
|
|
|
"iOS",
|
2020-12-02 17:47:35 -07:00
|
|
|
]
|
2017-04-17 10:04:28 -07:00
|
|
|
|
2020-12-02 17:47:35 -07:00
|
|
|
# Set bors's timeout to 1 hour
|
2017-04-17 10:04:28 -07:00
|
|
|
#
|
2020-12-02 17:47:35 -07:00
|
|
|
# bors's timeout should always be at least twice as long as the test suite
|
2020-12-10 19:51:12 -07: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 10:04:28 -07:00
|
|
|
#
|
2020-12-02 17:47:35 -07: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
|