Skip to content

Commit f2c48c7

Browse files
committed
ci: Use clang-snapshot in "MSan" job
1 parent 9d07136 commit f2c48c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ jobs:
440440
SCHNORRSIG: 'yes'
441441
MUSIG: 'yes'
442442
ELLSWIFT: 'yes'
443-
CC: 'clang'
443+
CC: 'clang-snapshot'
444444
SECP256K1_TEST_ITERS: 32
445445
ASM: 'no'
446446
WITH_VALGRIND: 'no'

ci/linux-debian.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ RUN \
7070
# Determine the version number of the LLVM development branch
7171
LLVM_VERSION=$(apt-cache search --names-only '^clang-[0-9]+$' | sort -V | tail -1 | cut -f1 -d" " | cut -f2 -d"-" ) && \
7272
# Install
73-
apt-get install --no-install-recommends -y "clang-${LLVM_VERSION}" && \
73+
apt-get install --no-install-recommends -y "clang-${LLVM_VERSION}" "libclang-rt-${LLVM_VERSION}-dev" && \
7474
# Create symlink
7575
ln -s "/usr/bin/clang-${LLVM_VERSION}" /usr/bin/clang-snapshot && \
7676
# Clean up

0 commit comments

Comments
 (0)