Skip to content

Commit

Permalink
Merge #618
Browse files Browse the repository at this point in the history
618: Integrate the FreeBSD BuildBot r=asomers
* Gate Bors on the FreeBSD 11 build
* Remove the testless FreeBSD build from Travis
* Promote x86_64-unknown-freebsd to Tier 1

Fixes #603
  • Loading branch information
bors[bot] committed Jun 5, 2017
2 parents 3be3e70 + 9286ab6 commit 41b8638
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ matrix:

# *BSD
- env: TARGET=i686-unknown-freebsd DISABLE_TESTS=1
- env: TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1
# - env: TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1 # Uses BuildBot instead
- env: TARGET=x86_64-unknown-netbsd DISABLE_TESTS=1

# Other architectures
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ Tier 1:
* aarch64-unknown-linux-gnu
* armv7-unknown-linux-gnueabihf
* arm-unknown-linux-gnueabi
* x86_64-unknown-freebsd

Tier 2:
* i686-unknown-freebsd
* x86_64-unknown-freebsd
* x86_64-unknown-netbsd

Tier 3:
Expand Down
5 changes: 3 additions & 2 deletions bors.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Gate on Travis CI
status = ["continuous-integration/travis-ci/push"]
# Gate on Travis CI and Buildbot
status = ["continuous-integration/travis-ci/push",
"buildbot/nix-rust/nix fbsd11"]

# Set bors's timeout to 4 hours
#
Expand Down

0 comments on commit 41b8638

Please sign in to comment.