File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616
1717FROM gcr.io/oss-fuzz-base/base-builder
1818
19- RUN apt-get update && apt-get install -y libpcre3-dev zlib1g-dev mercurial ninja-build cmake liblzma-dev libz-dev binutils libtool
20- RUN hg clone http ://hg.nginx.org /nginx/
19+ RUN apt-get update && apt-get install -y libpcre3-dev zlib1g-dev ninja-build cmake liblzma-dev libz-dev binutils libtool
20+ RUN git clone --depth 1 https ://github.com /nginx/nginx.git
2121RUN git clone --depth 1 https://github.com/google/libprotobuf-mutator.git
2222RUN git clone --depth 1 https://github.com/google/fuzzer-test-suite
2323RUN (mkdir LPM && cd LPM && cmake ../libprotobuf-mutator -GNinja -DLIB_PROTO_MUTATOR_DOWNLOAD_PROTOBUF=ON -DLIB_PROTO_MUTATOR_TESTING=OFF -DCMAKE_BUILD_TYPE=Release && ninja)
You can’t perform that action at this time.
0 commit comments