Skip to content

Commit 44462b1

Browse files
ci: get all jobs passing again (rust-lang#4234)
1 parent b4830f7 commit 44462b1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/integration.yml

+3-1
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

+5
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,14 @@ matrix:
1818
- env: CFG_RELEASE_CHANNEL=beta
1919
- os: osx
2020
- env: INTEGRATION=bitflags
21+
- env: INTEGRATION=chalk
22+
- env: INTEGRATION=crater
2123
- env: INTEGRATION=error-chain
24+
- env: INTEGRATION=glob
2225
- env: INTEGRATION=log
2326
- env: INTEGRATION=mdbook
2427
- env: INTEGRATION=packed_simd
28+
- env: INTEGRATION=rust-clippy
2529
- env: INTEGRATION=rust-semverver
2630
- env: INTEGRATION=stdsimd TARGET=x86_64-unknown-linux-gnu
2731
- env: INTEGRATION=tempdir
@@ -33,6 +37,7 @@ matrix:
3337
- env: INTEGRATION=chalk
3438
- env: INTEGRATION=crater
3539
- env: INTEGRATION=glob
40+
- env: INTEGRATION=stdsimd TARGET=x86_64-unknown-linux-gnu
3641
# Using old configuration option
3742
- env: INTEGRATION=rand
3843
# Doesn't build - keep this in allow_failures as it's fragile to breaking changes of rustc.

0 commit comments

Comments
 (0)