Skip to content

Commit ce415ca

Browse files
committed
Integrate the FreeBSD BuildBot
* Gate Bors on the FreeBSD 11 build * Remove the testless FreeBSD build from Travis * Promote x86_64-unknown-freebsd to Tier 1 Fixes #603
1 parent 64ac43a commit ce415ca

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.travis.yml

+1-1
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

+1-1
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

+3-2
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)