Skip to content

Commit 4b78c43

Browse files
committed
Merge #618
618: Integrate the FreeBSD BuildBot r=Susurrus * Gate Bors on the FreeBSD 11 build * Remove the testless FreeBSD build from Travis * Promote x86_64-unknown-freebsd to Tier 1 Fixes #603
2 parents 64ac43a + 9286ab6 commit 4b78c43

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ matrix:
3636

3737
# *BSD
3838
- env: TARGET=i686-unknown-freebsd DISABLE_TESTS=1
39-
- env: TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1
39+
# - env: TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1 # Uses BuildBot instead
4040
- env: TARGET=x86_64-unknown-netbsd DISABLE_TESTS=1
4141

4242
# Other architectures

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ Tier 1:
4949
* aarch64-unknown-linux-gnu
5050
* armv7-unknown-linux-gnueabihf
5151
* arm-unknown-linux-gnueabi
52+
* x86_64-unknown-freebsd
5253

5354
Tier 2:
5455
* i686-unknown-freebsd
55-
* x86_64-unknown-freebsd
5656
* x86_64-unknown-netbsd
5757

5858
Tier 3:

bors.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Gate on Travis CI
2-
status = ["continuous-integration/travis-ci/push"]
1+
# Gate on Travis CI and Buildbot
2+
status = ["continuous-integration/travis-ci/push",
3+
"buildbot/nix-rust/nix fbsd11"]
34

45
# Set bors's timeout to 4 hours
56
#

0 commit comments

Comments
 (0)