@@ -353,14 +353,12 @@ jobs:
353
353
cargo +${{ matrix.rust_channel }} test -vv --target=${{ matrix.target }} ${{ matrix.cargo_options }} ${{ matrix.features }} ${{ matrix.mode }}
354
354
355
355
# Check that all the needed symbol renaming was done.
356
- # TODO: Do this check on Windows too.
357
356
358
- - if : ${{ (matrix.target != 'aarch64-apple-ios' || matrix.rust_channel != '1.63.0') &&
359
- !contains(matrix.host_os, 'windows') }}
357
+ - if : ${{ (matrix.target != 'aarch64-apple-ios' || matrix.rust_channel != '1.61.0') }}
360
358
run : rustup toolchain install --component=llvm-tools-preview ${{ matrix.rust_channel }}
361
359
362
- - if : ${{ (matrix.target != 'aarch64-apple-ios' || matrix.rust_channel != '1.63 .0') &&
363
- !contains(matrix.host_os, 'windows') }}
360
+ - if : ${{ (matrix.target != 'aarch64-apple-ios' || matrix.rust_channel != '1.61 .0') }}
361
+ shell : sh
364
362
run : mk/check-symbol-prefixes.sh +${{ matrix.rust_channel }} --target=${{ matrix.target }}
365
363
366
364
test-bench :
@@ -483,14 +481,12 @@ jobs:
483
481
mk/cargo.sh +${{ matrix.rust_channel }} test -vv --doc --target=${{ matrix.target }} ${{ matrix.cargo_options }} ${{ matrix.features }} ${{ matrix.mode }}
484
482
485
483
# Check that all the needed symbol renaming was done.
486
- # TODO: Do this check on Windows too.
487
484
488
- - if : ${{ (matrix.target != 'aarch64-apple-ios' || matrix.rust_channel != '1.63.0') &&
489
- !contains(matrix.host_os, 'windows') }}
485
+ - if : ${{ (matrix.target != 'aarch64-apple-ios' || matrix.rust_channel != '1.61.0') }}
490
486
run : rustup toolchain install --component=llvm-tools-preview ${{ matrix.rust_channel }}
491
487
492
- - if : ${{ (matrix.target != 'aarch64-apple-ios' || matrix.rust_channel != '1.63 .0') &&
493
- !contains(matrix.host_os, 'windows') }}
488
+ - if : ${{ (matrix.target != 'aarch64-apple-ios' || matrix.rust_channel != '1.61 .0') }}
489
+ shell : sh
494
490
run : mk/check-symbol-prefixes.sh +${{ matrix.rust_channel }} --target=${{ matrix.target }}
495
491
496
492
# The wasm32-unknown-unknown targets have a different set of feature sets and
@@ -548,7 +544,6 @@ jobs:
548
544
${{ matrix.webdriver }} mk/cargo.sh +${{ matrix.rust_channel }} test -vv --target=${{ matrix.target }} ${{ matrix.features }} ${{ matrix.mode }}
549
545
550
546
# Check that all the needed symbol renaming was done.
551
- # TODO: Do this check on Windows too.
552
547
- run : rustup toolchain install --component=llvm-tools-preview ${{ matrix.rust_channel }}
553
548
- run : mk/check-symbol-prefixes.sh +${{ matrix.rust_channel }} --target=${{ matrix.target }}
554
549
0 commit comments