Skip to content

Commit 52d6522

Browse files
committed
.github: remove fuzzing_build
re #556 (comment)
1 parent 15f72e9 commit 52d6522

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,3 @@ jobs:
6060
run: |
6161
cd build
6262
ctest -C Debug --output-on-failure
63-
fuzzing_build:
64-
runs-on: ubuntu-latest
65-
steps:
66-
- uses: actions/checkout@v3
67-
- name: Install Ubuntu Build Dependencies
68-
run: |
69-
sudo apt update
70-
sudo apt install libsdl2-dev liblzo2-dev libssl-dev gnutls-dev libgcrypt-dev mingw-w64-x86-64-dev binutils-mingw-w64-x86-64 gcc-mingw-w64-x86-64 wine clang
71-
- name: Build
72-
env:
73-
CC: "clang"
74-
LIB_FUZZING_ENGINE: "-fsanitize=fuzzer"
75-
CFLAGS: "-fsanitize=address,fuzzer-no-link -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION=1"
76-
run: |
77-
mkdir build
78-
cd build
79-
cmake ..
80-
cmake --build .

0 commit comments

Comments
 (0)