Skip to content

Fix duplicate entry in bors.toml #1365

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 18, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 18 additions & 19 deletions bors.toml
Original file line number Diff line number Diff line change
@@ -1,33 +1,32 @@
status = [
"FreeBSD amd64 & i686",
"OSX x86_64",
"OSX i686",
"iOS",
"Linux aarch64",
"Linux arm gnueabi",
"Linux armv7 gnueabihf",
"Linux i686",
"Linux i686 musl",
"Linux MIPS",
"Linux MIPS64",
"Linux MIPS64 el",
"Linux mipsel",
"Linux powerpc64le",
"Rust Stable",
"Linux x86_64",
"Linux x86_64 musl",
"Android aarch64",
"Android arm",
"Android armv7",
"Android i686",
"Android x86_64",
"FreeBSD amd64 & i686",
"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 powerpc64le",
"Linux s390x",
"Linux s390x",
"Linux x86_64 musl",
"Linux x86_64",
"Minver",
"NetBSD x86_64",
"OSX i686",
"OSX x86_64",
"Redox x86_64",
"Minver",
"Rust Stable",
"iOS",
]

# Set bors's timeout to 1 hour
Expand Down