File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 - " 19"
2828 - " 20"
2929 - " 21"
30+ - " 22"
3031 steps :
3132 - name : Set up QEMU
3233 uses : docker/setup-qemu-action@v3
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ RUN apt update && apt install -y \
88 wget \
99 && rm -rf /var/lib/apt/lists/*
1010
11- # LLVM builds version 15-21 for Debian 12 (Bookworm)
11+ # LLVM builds version 15-22 for Debian 12 (Bookworm)
1212# https://apt.llvm.org/bookworm/dists/
13- ARG LLVM_VERSION=21
13+ ARG LLVM_VERSION=22
1414
1515RUN echo "deb http://apt.llvm.org/bookworm/ llvm-toolchain-bookworm-$LLVM_VERSION main" > /etc/apt/sources.list.d/llvm.list
1616RUN echo "deb-src http://apt.llvm.org/bookworm/ llvm-toolchain-bookworm-$LLVM_VERSION main" >> /etc/apt/sources.list.d/llvm.list
Original file line number Diff line number Diff line change 11# Stage 1: Build LibAFL's libFuzzer compatibility library
22ARG RUBY_VERSION=4.0
3- ARG LLVM_VERSION=21
3+ ARG LLVM_VERSION=22
44
55FROM debian:bookworm-slim AS libafl-builder
66
You can’t perform that action at this time.
0 commit comments