File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -79,16 +79,10 @@ jobs:
7979 asan :
8080 - flag : sanitizer=address
8181 options : detect_leaks=1 detect_stack_use_after_return=1
82- rustc_flags : " "
8382 - flag : sanitizer=memory
8483 options : " "
85- rustc_flags : " "
8684 - flag : sanitizer=safestack
8785 options : " "
88- rustc_flags : " "
89- - flag : sanitizer=cfi
90- options : " "
91- rustc_flags : " -Clto -Ccodegen-units=1 -Cembed-bitcode=yes"
9286
9387 steps :
9488 - uses : actions/checkout@v5
@@ -118,7 +112,7 @@ jobs:
118112 env :
119113 RUST_TARGET : x86_64-unknown-linux-gnu
120114 RUST_BACKTRACE : 1
121- RUSTFLAGS : " -Z${{ matrix.asan.flag }} ${{ matrix.asan.rustc_flags }} "
115+ RUSTFLAGS : " -Z${{ matrix.asan.flag }}"
122116 ASAN_OPTIONS : ${{ matrix.asan.options }}
123117 CARGO_UNSTABLE_BUILD_STD : std,panic_abort
124118
You can’t perform that action at this time.
0 commit comments