Skip to content

Commit 318441d

Browse files
committed
Merge #713
713: Move i686-unknown-freebsd builds from Travis to BuildBot r=asomers
2 parents 7cecf7f + ec6fe06 commit 318441d

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,11 @@ matrix:
8686
os: osx
8787

8888
# *BSD
89-
- env: TARGET=i686-unknown-freebsd DISABLE_TESTS=1
90-
rust: 1.13.0
91-
# - env: TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1 # Uses BuildBot instead
89+
# FreeBSD i686 and x86_64 use BuildBot instead of Travis
90+
# Note that i686-unknown-freebsd is actually using stable Rust instead of
91+
# 1.13.0 because rustup does not support i686-unknown-freebsd
92+
# - env: TARGET=i686-unknown-freebsd DISABLE_TESTS=1
93+
# - env: TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1
9294
- env: TARGET=x86_64-unknown-netbsd DISABLE_TESTS=1
9395
rust: 1.13.0
9496

bors.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Gate on Travis CI and Buildbot
22
status = ["continuous-integration/travis-ci/push",
3-
"buildbot/nix-rust/nix amd64_fbsd11"]
3+
"buildbot/nix-rust/nix amd64_fbsd11",
4+
"buildbot/nix-rust/nix i386_fbsd11"]
45

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

0 commit comments

Comments
 (0)