Skip to content

Commit

Permalink
Update .github/workflows/build-fuzzer.yml
Browse files Browse the repository at this point in the history
Co-authored-by: strager <[email protected]>
  • Loading branch information
rol1510 and strager authored Jan 17, 2024
1 parent 9ed2378 commit 19bbb49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-fuzzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
mkdir build
cd build
CC=$CMAKE_C_COMPILER CXX=$CMAKE_CXX_COMPILER CFLAGS='-fsanitize=address,undefined,fuzzer-no-link $CMAKE_C_FLAGS' CXXFLAGS='-fsanitize=address,undefined,fuzzer-no-link $CMAKE_CXX_FLAGS' cmake -G Ninja -DCMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE -DQUICK_LINT_JS_ENABLE_LLVM_LIBFUZZER_TESTS=ON ..
cd ..
shell: bash

- name: build
Expand Down

0 comments on commit 19bbb49

Please sign in to comment.