@@ -13,28 +13,28 @@ matrix:
13
13
env : TARGET=x86_64-unknown-linux-gnu
14
14
install : true
15
15
- name : " x86_64-unknown-linux-gnu-emulated (runs all assert_instr tests)"
16
- env : TARGET=x86_64-unknown-linux-gnu-emulated STDSIMD_TEST_EVERYTHING=1 RUSTFLAGS="--cfg stdsimd_intel_sde"
16
+ env : TARGET=x86_64-unknown-linux-gnu-emulated STDSIMD_TEST_EVERYTHING=1 RUSTFLAGS="--cfg stdsimd_intel_sde" NOLIBSTDBUILD=1
17
17
install : true
18
18
- name : " x86_64-linux-android - no assert_instr"
19
- env : TARGET=x86_64-linux-android STDSIMD_DISABLE_ASSERT_INSTR=1
19
+ env : TARGET=x86_64-linux-android STDSIMD_DISABLE_ASSERT_INSTR=1 NOLIBSTDBUILD=1
20
20
- name : " arm-unknown-linux-gnueabihf"
21
21
env : TARGET=arm-unknown-linux-gnueabihf
22
22
- name : " arm-linux-androideabi - no assert_instr"
23
- env : TARGET=arm-linux-androideabi STDSIMD_DISABLE_ASSERT_INSTR=1
23
+ env : TARGET=arm-linux-androideabi STDSIMD_DISABLE_ASSERT_INSTR=1 NOLIBSTDBUILD=1
24
24
- name : " armv7-unknown-linux-gnueabihf - NEON"
25
25
env : TARGET=armv7-unknown-linux-gnueabihf RUSTFLAGS="-C target-feature=+neon"
26
26
- name : " aarch64-unknown-linux-gnu"
27
27
env : TARGET=aarch64-unknown-linux-gnu
28
28
- name : " mips-unknown-linux-gnu - build-only"
29
29
env : TARGET=mips-unknown-linux-gnu NORUN=1
30
30
- name : " mipsel-unknown-linux-musl - build-only"
31
- env : TARGET=mipsel-unknown-linux-musl NORUN=1
31
+ env : TARGET=mipsel-unknown-linux-musl NORUN=1 NOLIBSTDBUILD=1
32
32
- name : " mips64-unknown-linux-gnuabi64 - build-only"
33
33
env : TARGET=mips64-unknown-linux-gnuabi64 NORUN=1
34
34
- name : " mips64el-unknown-linux-gnuabi64 - build-only"
35
35
env : TARGET=mips64el-unknown-linux-gnuabi64 NORUN=1
36
36
- name : " aarch64-linux-android - no assert_instr"
37
- env : TARGET=aarch64-linux-android STDSIMD_DISABLE_ASSERT_INSTR=1
37
+ env : TARGET=aarch64-linux-android STDSIMD_DISABLE_ASSERT_INSTR=1 NOLIBSTDBUILD=1
38
38
- name : " powerpc-unknown-linux-gnu - no assert_instr"
39
39
env : TARGET=powerpc-unknown-linux-gnu STDSIMD_DISABLE_ASSERT_INSTR=1
40
40
- name : " powerpc64-unknown-linux-gnu - no assert_instr, no simd_test"
@@ -57,16 +57,16 @@ matrix:
57
57
- name : " wasm32-unknown-unknown"
58
58
env : TARGET=wasm32-unknown-unknown
59
59
- name : " thumbv6m-none-eabi - build libcore only"
60
- env : TARGET=thumbv6m-none-eabi NORUN=1 NOSTD=1
60
+ env : TARGET=thumbv6m-none-eabi NORUN=1 NOSTD=1 NOLIBSTDBUILD=1
61
61
script : ci/run.sh
62
62
- name : " thumbv7m-none-eabi - build libcore only"
63
- env : TARGET=thumbv7m-none-eabi NORUN=1 NOSTD=1
63
+ env : TARGET=thumbv7m-none-eabi NORUN=1 NOSTD=1 NOLIBSTDBUILD=1
64
64
script : ci/run.sh
65
65
- name : " thumbv7em-none-eabi - build libcore only"
66
- env : TARGET=thumbv7em-none-eabi NORUN=1 NOSTD=1
66
+ env : TARGET=thumbv7em-none-eabi NORUN=1 NOSTD=1 NOLIBSTDBUILD=1
67
67
script : ci/run.sh
68
68
- name : " thumbv7em-none-eabihf - build libcore only"
69
- env : TARGET=thumbv7em-none-eabihf NORUN=1 NOSTD=1
69
+ env : TARGET=thumbv7em-none-eabihf NORUN=1 NOSTD=1 NOLIBSTDBUILD=1
70
70
script : ci/run.sh
71
71
- name : " x86_64-pc-windows-msvc"
72
72
env : TARGET=x86_64-pc-windows-msvc
@@ -75,16 +75,16 @@ matrix:
75
75
install : true
76
76
- name : " x86_64-pc-windows-gnu - no assert_instr"
77
77
# FIXME: https://github.com/rust-lang-nursery/stdsimd/issues/595
78
- env : TARGET=x86_64-pc-windows-gnu STDSIMD_DISABLE_ASSERT_INSTR=1
78
+ env : TARGET=x86_64-pc-windows-gnu STDSIMD_DISABLE_ASSERT_INSTR=1 NOLIBSTDBUILD=1
79
79
os : windows
80
80
script : ci/run.sh
81
81
- name : " i686-pc-windows-msvc - no assert_instr"
82
82
# FIXME: https://github.com/rust-lang-nursery/stdsimd/issues/595
83
- env : TARGET=i686-pc-windows-msvc STDSIMD_DISABLE_ASSERT_INSTR=1
83
+ env : TARGET=i686-pc-windows-msvc STDSIMD_DISABLE_ASSERT_INSTR=1 NOLIBSTDBUILD=1
84
84
os : windows
85
85
script : ci/run.sh
86
86
- name : " i686-pc-windows-gnu"
87
- env : TARGET=i686-pc-windows-gnu
87
+ env : TARGET=i686-pc-windows-gnu STDSIMD_DISABLE_ASSERT_INSTR=1 NOLIBSTDBUILD=1
88
88
os : windows
89
89
script : ci/run.sh
90
90
- name : " Documentation"
@@ -109,8 +109,8 @@ matrix:
109
109
- shellcheck ci/*.sh
110
110
allow_failures :
111
111
# FIXME: https://github.com/rust-lang/rust/issues/56153
112
- - env : TARGET=x86_64-pc-windows-gnu STDSIMD_DISABLE_ASSERT_INSTR=1
113
- - env : TARGET=i686-pc-windows-gnu
112
+ - env : TARGET=x86_64-pc-windows-gnu STDSIMD_DISABLE_ASSERT_INSTR=1 NOLIBSTDBUILD=1
113
+ - env : TARGET=i686-pc-windows-gnu STDSIMD_DISABLE_ASSERT_INSTR=1 NOLIBSTDBUILD=1
114
114
115
115
install : rustup target add $TARGET
116
116
script :
0 commit comments