mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 17:58:06 +00:00
8b7f2b44f6
- a PR has been submitted to 'nix'; ref: <https://github.com/nix-rust/nix/pull/1590>
49 lines
1.2 KiB
TOML
49 lines
1.2 KiB
TOML
status = [
|
|
"Android aarch64",
|
|
"Android arm",
|
|
"Android armv7",
|
|
"Android i686",
|
|
"Android x86_64",
|
|
"DragonFly BSD x86_64",
|
|
"FreeBSD amd64 & i686",
|
|
"Fuchsia x86_64",
|
|
"Linux MIPS",
|
|
"Linux MIPS64 el",
|
|
"Linux MIPS64",
|
|
"Linux aarch64",
|
|
"Linux arm gnueabi",
|
|
"Linux arm-musleabi",
|
|
"Linux armv7 gnueabihf",
|
|
"Linux i686 musl",
|
|
"Linux i686",
|
|
"Linux mipsel",
|
|
"Linux powerpc",
|
|
"Linux powerpc64",
|
|
"Linux powerpc64le",
|
|
"Linux s390x",
|
|
"Linux x32",
|
|
"Linux x86_64 musl",
|
|
"Linux x86_64",
|
|
"Minver",
|
|
"NetBSD x86_64",
|
|
"OpenBSD x86_64",
|
|
"OSX x86_64",
|
|
"Redox x86_64",
|
|
"Rust Stable",
|
|
"iOS aarch64",
|
|
"iOS x86_64",
|
|
"Illumos",
|
|
]
|
|
|
|
# Set bors's timeout to 1 hour
|
|
#
|
|
# bors's timeout should always be at least twice as long as the test suite
|
|
# 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.
|
|
#
|
|
# 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
|