Skip to content

Commit 1674406

Browse files
committed
Merge #692: CI: Revert cc pin in ASAN job
7b6a13b CI: Revert cc pin in ASAN job (Tobin C. Harding) Pull request description: Revert commit: 92778ef We can't use git to revert it because the code has now moved from `test.sh` to `_test.sh`. I don't remember the problem but lets just use CI to see if its fixed. ACKs for top commit: sanket1729: utACK 7b6a13b apoelstra: ACK 7b6a13b Tree-SHA512: d804c73152b3d8b14e8f13e64066c33e2dfbdef8b184d55672638df6b468a6f636e632c5e1a0b09e617534aaf466b1c719c6df16952aaf8a51cb2659bed1d0ef
2 parents d5f8b2a + 7b6a13b commit 1674406

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

contrib/_test.sh

-5
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,6 @@ if [ "$DO_ASAN" = true ]; then
101101
RUSTFLAGS='-Zsanitizer=memory -Zsanitizer-memory-track-origins -Cforce-frame-pointers=yes -Cllvm-args=-msan-eager-checks=0' \
102102
cargo test --lib --all --features="$FEATURES" -Zbuild-std --target x86_64-unknown-linux-gnu
103103

104-
pushd "$REPO_DIR/no_std_test" > /dev/null || exit 1
105-
# See https://github.com/rust-bitcoin/rust-secp256k1/pull/641#issuecomment-1671598914
106-
cargo update -p cc --precise 1.0.79
107-
popd > /dev/null || exit 1
108-
109104
cargo run --release --manifest-path=./no_std_test/Cargo.toml | grep -q "Verified Successfully"
110105
cargo run --release --features=alloc --manifest-path=./no_std_test/Cargo.toml | grep -q "Verified alloc Successfully"
111106
fi

0 commit comments

Comments
 (0)