Skip to content

Commit b09b451

Browse files
tchardingapoelstra
authored andcommitted
Run correct clang --version
For the test that uses `clang-9` do the sanity call using `clang-9` instead of `clang`. For the test that uses `clang` add a sanity call to `clang --version`. Backport of 97dc0ea9acdc308cc2cadc11e4787d07ec9b2c79: rust-bitcoin/rust-secp256k1#284 (9/9)
1 parent 7caa043 commit b09b451

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ fi
5959

6060
# Address Sanitizer
6161
if [ "$DO_ASAN" = true ]; then
62+
clang --version
6263
cargo clean
6364
CC='clang -fsanitize=address -fno-omit-frame-pointer' \
6465
RUSTFLAGS='-Zsanitizer=address -Clinker=clang -Cforce-frame-pointers=yes' \

0 commit comments

Comments
 (0)