Skip to content

Commit

Permalink
Update llvm
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <[email protected]>
  • Loading branch information
Alan Jowett committed Oct 16, 2024
1 parent a5776a7 commit ad39178
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fuzzing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
libboost-filesystem-dev \
libelf-dev \
libyaml-cpp-dev \
llvm \
clang
llvm-18 \
clang-18
if [[ "${{ matrix.arch }}" == "arm64" ]] ; then
sudo apt install -y \
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
-G Ninja \
-S . \
-B build \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_C_COMPILER=clang \
-DCMAKE_CXX_COMPILER=clang++ \
-DUBPF_ENABLE_LIBFUZZER=1 \
Expand Down

0 comments on commit ad39178

Please sign in to comment.