mirror of https://github.com/google/oss-fuzz.git
Recent build commit has changed artifacts path.
This commit is contained in:
parent
40913e07ba
commit
23622cd4da
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue