File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -351,14 +351,13 @@ jobs:
351
351
command : |
352
352
apt -qq update
353
353
apt -yq install llvm-11-dev clang-11 --no-install-recommends
354
- rustup toolchain install nightly-2021-04-11 # 2021-04-12 is known to be broken, https://github.com/rust-lang/rust/pull/84130.
354
+ rustup toolchain install nightly-x86_64-unknown-linux-gnu
355
355
- run :
356
356
name : Build
357
- command : RUSTFLAGS="-Z sanitizer=address" ASAN_OPTIONS=detect_leaks=1 cargo +nightly-2021-04-11 build --target x86_64-unknown-linux-gnu
358
-
357
+ command : RUSTFLAGS="-Z sanitizer=address" ASAN_OPTIONS=detect_leaks=1 cargo +nightly build --target x86_64-unknown-linux-gnu
359
358
- run :
360
359
name : Test
361
- command : RUSTFLAGS="-Z sanitizer=address -C opt-level=0" ASAN_OPTIONS=detect_leaks=1 cargo +nightly-2021-04-11 test --target x86_64-unknown-linux-gnu
360
+ command : RUSTFLAGS="-Z sanitizer=address -C opt-level=0" ASAN_OPTIONS=detect_leaks=1 cargo +nightly test --target x86_64-unknown-linux-gnu
362
361
- attach_workspace :
363
362
at : ~/build
364
363
- run :
You can’t perform that action at this time.
0 commit comments