We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f72e9 commit 52d6522Copy full SHA for 52d6522
1 file changed
.github/workflows/ci.yml
@@ -60,21 +60,3 @@ jobs:
60
run: |
61
cd build
62
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
77
- mkdir build
78
- cd build
79
- cmake ..
80
- cmake --build .
0 commit comments