Skip to content

Commit 77ddb3f

Browse files
authored
Merge pull request #68 from fanquake/llvm_20_1_8
infra: llvm 21.1.8
2 parents fb54e9e + a0c730a commit 77ddb3f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

infra/Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y \
1818
ninja-build \
1919
python3
2020

21-
RUN git clone --depth 1 --branch "llvmorg-19.1.7" https://github.com/llvm/llvm-project.git
21+
RUN git clone --depth 1 --branch "llvmorg-21.1.8" https://github.com/llvm/llvm-project.git
2222

2323
# Build clang and runtimes
2424
RUN --mount=type=cache,target=/ccache/ \

projects/core-lightning/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ fi
2424
echo "leak:ccan/" >> lsan_suppr.txt
2525
export LSAN_OPTIONS=suppressions=lsan_suppr.txt
2626

27+
sed -i "s/-Werror//g" configure
28+
2729
./configure $EXTRA_CONF_OPTS --enable-fuzzing --disable-rust --disable-valgrind CC=$CC CONFIGURATOR_CC=$CC
2830

2931
make -j$(nproc) all-fuzz-programs

0 commit comments

Comments
 (0)