File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ matrix:
36
36
37
37
# *BSD
38
38
- 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
40
40
- env : TARGET=x86_64-unknown-netbsd DISABLE_TESTS=1
41
41
42
42
# Other architectures
Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ Tier 1:
49
49
* aarch64-unknown-linux-gnu
50
50
* armv7-unknown-linux-gnueabihf
51
51
* arm-unknown-linux-gnueabi
52
+ * x86_64-unknown-freebsd
52
53
53
54
Tier 2:
54
55
* i686-unknown-freebsd
55
- * x86_64-unknown-freebsd
56
56
* x86_64-unknown-netbsd
57
57
58
58
Tier 3:
Original file line number Diff line number Diff line change 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" ]
3
4
4
5
# Set bors's timeout to 4 hours
5
6
#
You can’t perform that action at this time.
0 commit comments