There was an error while loading. Please reload this page.
2 parents fb54e9e + a0c730a commit 77ddb3fCopy full SHA for 77ddb3f
2 files changed
infra/Dockerfile.base
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y \
18
ninja-build \
19
python3
20
21
-RUN git clone --depth 1 --branch "llvmorg-19.1.7" https://github.com/llvm/llvm-project.git
+RUN git clone --depth 1 --branch "llvmorg-21.1.8" https://github.com/llvm/llvm-project.git
22
23
# Build clang and runtimes
24
RUN --mount=type=cache,target=/ccache/ \
projects/core-lightning/build.sh
@@ -24,6 +24,8 @@ fi
echo "leak:ccan/" >> lsan_suppr.txt
25
export LSAN_OPTIONS=suppressions=lsan_suppr.txt
26
27
+sed -i "s/-Werror//g" configure
28
+
29
./configure $EXTRA_CONF_OPTS --enable-fuzzing --disable-rust --disable-valgrind CC=$CC CONFIGURATOR_CC=$CC
30
31
make -j$(nproc) all-fuzz-programs
0 commit comments