@@ -6,51 +6,58 @@ language: rust
6
6
services : docker
7
7
sudo : required
8
8
9
- # This is the Rust channel that build jobs will use by default but can be
10
- # overridden on a case by case basis down below
11
- rust : 1.13.0
12
-
13
9
env :
14
10
global :
15
11
- CRATE_NAME=nix
16
12
- CARGO_TEST_THREADS=1
17
13
18
- # default job
19
- - TARGET=x86_64-unknown-linux-gnu
20
-
21
14
matrix :
22
15
# These are all the build jobs. Adjust as necessary. Comment out what you
23
16
# don't need
24
17
include :
25
18
# Linux
26
19
- env : TARGET=i686-unknown-linux-gnu
20
+ rust : 1.13.0
27
21
- env : TARGET=i686-unknown-linux-musl
28
- # - env: TARGET=x86_64-unknown-linux-gnu # this is the default job
22
+ rust : 1.13.0
23
+ - env : TARGET=x86_64-unknown-linux-gnu
24
+ rust : 1.13.0
29
25
- env : TARGET=x86_64-unknown-linux-musl
26
+ rust : 1.13.0
30
27
31
28
# OSX
32
29
- env : TARGET=i686-apple-darwin
30
+ rust : 1.13.0
33
31
os : osx
34
32
- env : TARGET=x86_64-apple-darwin
33
+ rust : 1.13.0
35
34
os : osx
36
35
37
36
# *BSD
38
37
- env : TARGET=i686-unknown-freebsd DISABLE_TESTS=1
38
+ rust : 1.13.0
39
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
+ rust : 1.13.0
41
42
42
43
# Other architectures
43
44
- env : TARGET=aarch64-unknown-linux-gnu
45
+ rust : 1.13.0
44
46
- env : TARGET=armv7-unknown-linux-gnueabihf
47
+ rust : 1.13.0
45
48
- env : TARGET=mips-unknown-linux-gnu
49
+ rust : 1.13.0
46
50
# - env: TARGET=mips64-unknown-linux-gnuabi64
47
51
# - env: TARGET=mips64el-unknown-linux-gnuabi64
48
52
- env : TARGET=mipsel-unknown-linux-gnu
53
+ rust : 1.13.0
49
54
- env : TARGET=powerpc-unknown-linux-gnu
55
+ rust : 1.13.0
50
56
# - env: TARGET=powerpc64-unknown-linux-gnu
51
57
# - env: TARGET=powerpc64le-unknown-linux-gnu
52
58
# - env: TARGET=s390x-unknown-linux-gnu
53
59
- env : TARGET=arm-unknown-linux-gnueabi
60
+ rust : 1.13.0
54
61
# - env: TARGET=arm-unknown-linux-musleabi
55
62
56
63
# Testing beta on main targets
0 commit comments