mirror of https://github.com/google/oss-fuzz.git
Fix ox-ruby build (#12197)
This commit is contained in:
parent
94ef0c2e24
commit
dce43b9f07
|
@ -19,9 +19,9 @@ FROM gcr.io/oss-fuzz-base/base-builder-ruby
|
|||
RUN git clone --depth 1 --single-branch https://github.com/ohler55/ox.git $SRC/ox-ruby
|
||||
|
||||
ENV CFLAGS="$CFLAGS -fsanitize=fuzzer-no-link -fno-omit-frame-pointer -fno-common -fPIC -g"
|
||||
ENV CXXFLAGS="$XXFLAGS -fsanitize=fuzzer-no-link -fno-omit-frame-pointer -fno-common -fPIC -g"
|
||||
ENV CXXFLAGS="$CXXFLAGS -fsanitize=fuzzer-no-link -fno-omit-frame-pointer -fno-common -fPIC -g"
|
||||
|
||||
COPY build.sh $SRC/build.sh
|
||||
COPY fuzz_*.rb $SRC/harnesses/.
|
||||
COPY fuzz_*.rb $SRC/harnesses/
|
||||
|
||||
WORKDIR $SRC
|
||||
|
|
Loading…
Reference in New Issue