File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -440,7 +440,7 @@ jobs:
440
440
SCHNORRSIG : ' yes'
441
441
MUSIG : ' yes'
442
442
ELLSWIFT : ' yes'
443
- CC : ' clang'
443
+ CC : ' clang-snapshot '
444
444
SECP256K1_TEST_ITERS : 32
445
445
ASM : ' no'
446
446
WITH_VALGRIND : ' no'
Original file line number Diff line number Diff line change 70
70
# Determine the version number of the LLVM development branch
71
71
LLVM_VERSION=$(apt-cache search --names-only '^clang-[0-9]+$' | sort -V | tail -1 | cut -f1 -d" " | cut -f2 -d"-" ) && \
72
72
# 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" && \
74
74
# Create symlink
75
75
ln -s "/usr/bin/clang-${LLVM_VERSION}" /usr/bin/clang-snapshot && \
76
76
# Clean up
You can’t perform that action at this time.
0 commit comments