Skip to content

Commit b53a08e

Browse files
bors[bot]asomers
andauthored
Merge #1365
1365: Fix duplicate entry in bors.toml r=asomers a=asomers Also, sort the entries alphabetically, since that's how Github displays them. Co-authored-by: Alan Somers <[email protected]>
2 parents 0fd17fc + d0c3440 commit b53a08e

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

bors.toml

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,32 @@
11
status = [
2-
"FreeBSD amd64 & i686",
3-
"OSX x86_64",
4-
"OSX i686",
5-
"iOS",
6-
"Linux aarch64",
7-
"Linux arm gnueabi",
8-
"Linux armv7 gnueabihf",
9-
"Linux i686",
10-
"Linux i686 musl",
11-
"Linux MIPS",
12-
"Linux MIPS64",
13-
"Linux MIPS64 el",
14-
"Linux mipsel",
15-
"Linux powerpc64le",
16-
"Rust Stable",
17-
"Linux x86_64",
18-
"Linux x86_64 musl",
192
"Android aarch64",
203
"Android arm",
214
"Android armv7",
225
"Android i686",
236
"Android x86_64",
7+
"FreeBSD amd64 & i686",
8+
"Linux MIPS",
9+
"Linux MIPS64 el",
10+
"Linux MIPS64",
11+
"Linux aarch64",
12+
"Linux arm gnueabi",
2413
"Linux arm-musleabi",
14+
"Linux armv7 gnueabihf",
15+
"Linux i686 musl",
16+
"Linux i686",
17+
"Linux mipsel",
2518
"Linux powerpc",
19+
"Linux powerpc64le",
2620
"Linux s390x",
27-
"Linux s390x",
21+
"Linux x86_64 musl",
22+
"Linux x86_64",
23+
"Minver",
2824
"NetBSD x86_64",
25+
"OSX i686",
26+
"OSX x86_64",
2927
"Redox x86_64",
30-
"Minver",
28+
"Rust Stable",
29+
"iOS",
3130
]
3231

3332
# Set bors's timeout to 1 hour

0 commit comments

Comments
 (0)