Skip to content

Integrate the FreeBSD BuildBot #618

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
Jun 5, 2017
Merged
Show file tree
Hide file tree
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
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