Skip to content

Commit cb530d3

Browse files
ci: get all jobs passing again
1 parent b4830f7 commit cb530d3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/integration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
mdbook,
2121
packed_simd,
2222
rust-semverver,
23-
stdsimd,
2423
tempdir,
2524
futures-rs,
2625
rust-clippy,
@@ -43,6 +42,8 @@ jobs:
4342
allow-failure: true
4443
- integration: glob
4544
allow-failure: true
45+
- integration: stdsimd
46+
allow-failure: true
4647
# Using old rustfmt configuration option
4748
- integration: rand
4849
allow-failure: true
@@ -78,5 +79,6 @@ jobs:
7879
- name: run integration tests
7980
env:
8081
INTEGRATION: ${{ matrix.integration }}
82+
TARGET: x86_64-unknown-linux-gnu
8183
run: ./ci/integration.sh
8284
continue-on-error: ${{ matrix.allow-failure == true }}

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ matrix:
2323
- env: INTEGRATION=mdbook
2424
- env: INTEGRATION=packed_simd
2525
- env: INTEGRATION=rust-semverver
26-
- env: INTEGRATION=stdsimd TARGET=x86_64-unknown-linux-gnu
2726
- env: INTEGRATION=tempdir
2827
- env: INTEGRATION=futures-rs
2928
allow_failures:
@@ -33,6 +32,8 @@ matrix:
3332
- env: INTEGRATION=chalk
3433
- env: INTEGRATION=crater
3534
- env: INTEGRATION=glob
35+
- env: INTEGRATION=stdsimd TARGET=x86_64-unknown-linux-gnu
36+
3637
# Using old configuration option
3738
- env: INTEGRATION=rand
3839
# Doesn't build - keep this in allow_failures as it's fragile to breaking changes of rustc.

0 commit comments

Comments
 (0)