File tree 2 files changed +5
-2
lines changed 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 20
20
mdbook,
21
21
packed_simd,
22
22
rust-semverver,
23
- stdsimd,
24
23
tempdir,
25
24
futures-rs,
26
25
rust-clippy,
43
42
allow-failure : true
44
43
- integration : glob
45
44
allow-failure : true
45
+ - integration : stdsimd
46
+ allow-failure : true
46
47
# Using old rustfmt configuration option
47
48
- integration : rand
48
49
allow-failure : true
78
79
- name : run integration tests
79
80
env :
80
81
INTEGRATION : ${{ matrix.integration }}
82
+ TARGET : x86_64-unknown-linux-gnu
81
83
run : ./ci/integration.sh
82
84
continue-on-error : ${{ matrix.allow-failure == true }}
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ matrix:
23
23
- env : INTEGRATION=mdbook
24
24
- env : INTEGRATION=packed_simd
25
25
- env : INTEGRATION=rust-semverver
26
- - env : INTEGRATION=stdsimd TARGET=x86_64-unknown-linux-gnu
27
26
- env : INTEGRATION=tempdir
28
27
- env : INTEGRATION=futures-rs
29
28
allow_failures :
@@ -33,6 +32,8 @@ matrix:
33
32
- env : INTEGRATION=chalk
34
33
- env : INTEGRATION=crater
35
34
- env : INTEGRATION=glob
35
+ - env : INTEGRATION=stdsimd TARGET=x86_64-unknown-linux-gnu
36
+
36
37
# Using old configuration option
37
38
- env : INTEGRATION=rand
38
39
# Doesn't build - keep this in allow_failures as it's fragile to breaking changes of rustc.
You can’t perform that action at this time.
0 commit comments