File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -97,9 +97,12 @@ if [ "$DO_ASAN" = true ]; then
97
97
cargo clean
98
98
# The -Cllvm-args=-msan-eager-checks=0 flag was added to overcome this issue:
99
99
# https://github.com/rust-bitcoin/rust-secp256k1/pull/573#issuecomment-1399465995
100
- CC=' clang -fsanitize=memory -fno-omit-frame-pointer' \
101
- RUSTFLAGS=' -Zsanitizer=memory -Zsanitizer-memory-track-origins -Cforce-frame-pointers=yes -Cllvm-args=-msan-eager-checks=0' \
102
- cargo test --lib --all --features=" $FEATURES " -Zbuild-std --target x86_64-unknown-linux-gnu
100
+ #
101
+ # There is currently a bug in the MemorySanitizer (MSAN) - disable the job for now.
102
+ #
103
+ # CC='clang -fsanitize=memory -fno-omit-frame-pointer' \
104
+ # RUSTFLAGS='-Zsanitizer=memory -Zsanitizer-memory-track-origins -Cforce-frame-pointers=yes -Cllvm-args=-msan-eager-checks=0' \
105
+ # cargo test --lib --all --features="$FEATURES" -Zbuild-std --target x86_64-unknown-linux-gnu
103
106
104
107
pushd " $REPO_DIR /no_std_test" > /dev/null || exit 1
105
108
# See https://github.com/rust-bitcoin/rust-secp256k1/pull/641#issuecomment-1671598914
You can’t perform that action at this time.
0 commit comments