Skip to content

Commit fd520b4

Browse files
authored
CI: build oss-fuzz client using make (#2951)
1 parent 2a05bc5 commit fd520b4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/CI-unixish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ jobs:
127127
- name: Build Fuzzer
128128
if: matrix.os == 'ubuntu-20.04'
129129
run: |
130-
g++ -fsyntax-only -std=c++11 -Ilib oss-fuzz/*.cpp
130+
pushd oss-fuzz
131+
make -j$(nproc) CXX=clang++ CXXFLAGS="-fsanitize=address" fuzz-client translate
131132
132133
- uses: actions/upload-artifact@v2
133134
with:

0 commit comments

Comments
 (0)