File tree 1 file changed +13
-5
lines changed
1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ jobs:
333
333
334
334
# we should always have an artifact from a previous build.
335
335
remote :
336
- needs : [shellcheck, test, check]
336
+ needs : [test, check]
337
337
runs-on : ubuntu-latest
338
338
if : github.actor == 'bors[bot]'
339
339
steps :
@@ -352,7 +352,7 @@ jobs:
352
352
shell : bash
353
353
354
354
bisect :
355
- needs : [shellcheck, test, check]
355
+ needs : [test, check]
356
356
runs-on : ubuntu-latest
357
357
if : github.actor == 'bors[bot]'
358
358
steps :
@@ -371,7 +371,7 @@ jobs:
371
371
shell : bash
372
372
373
373
foreign :
374
- needs : [shellcheck, test, check]
374
+ needs : [test, check]
375
375
runs-on : ubuntu-latest
376
376
if : github.actor == 'bors[bot]'
377
377
steps :
@@ -382,13 +382,21 @@ jobs:
382
382
uses : ./.github/actions/cargo-llvm-cov
383
383
with :
384
384
name : integration-bisect
385
-
385
+ - name : Set up QEMU
386
+ uses : docker/setup-qemu-action@v2
387
+ with :
388
+ platforms : arm64
389
+ - name : Set up docker buildx
390
+ uses : docker/setup-buildx-action@v2
391
+ id : buildx
392
+ with :
393
+ install : true
386
394
- name : Run Foreign toolchain test
387
395
run : ./ci/test-foreign-toolchain.sh
388
396
shell : bash
389
397
390
398
docker-in-docker :
391
- needs : [shellcheck, test, check]
399
+ needs : [test, check]
392
400
runs-on : ubuntu-latest
393
401
if : github.actor == 'bors[bot]'
394
402
steps :
You can’t perform that action at this time.
0 commit comments