Recent build commit has changed artifacts path.
This commit is contained in:
Eugene Kliuchnikov 2021-02-03 15:54:51 +01:00 committed by GitHub
parent 40913e07ba
commit 23622cd4da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -23,12 +23,12 @@ make -j$(nproc) brunslidec-static
$CXX $CXXFLAGS -std=c++11 -I./c/include c/tests/fuzz_decode.cc \
-o $OUT/fuzz_decode $LIB_FUZZING_ENGINE \
./libbrunslidec-static.a ./libbrunslicommon-static.a \
./artifacts/libbrunslidec-static.a ./artifacts/libbrunslicommon-static.a \
./third_party/brotli/libbrotlidec-static.a \
./third_party/brotli/libbrotlicommon-static.a
$CXX $CXXFLAGS -std=c++11 -I./c/include c/tests/fuzz_decode_streaming.cc \
-o $OUT/fuzz_decode_streaming $LIB_FUZZING_ENGINE \
./libbrunslidec-static.a ./libbrunslicommon-static.a \
./artifacts/libbrunslidec-static.a ./artifacts/libbrunslicommon-static.a \
./third_party/brotli/libbrotlidec-static.a \
./third_party/brotli/libbrotlicommon-static.a