mirror of https://github.com/google/oss-fuzz.git
gvisor: cifuzz fix (#6951)
This commit is contained in:
parent
0bed7945b3
commit
ff66332a4a
|
@ -15,7 +15,7 @@
|
|||
################################################################################
|
||||
|
||||
FROM gcr.io/oss-fuzz-base/base-builder-go
|
||||
RUN git clone --depth 1 --branch go https://github.com/google/gvisor
|
||||
RUN git clone https://github.com/google/gvisor
|
||||
COPY build.sh state_fuzzer.go $SRC/
|
||||
ENV GVISOR_ROOT $SRC/gvisor
|
||||
WORKDIR $GVISOR_ROOT
|
||||
|
|
|
@ -15,5 +15,7 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
# Checkout branch here as opposed to the Dockerfile to make CIFuzz happy
|
||||
git checkout go
|
||||
mv $SRC/state_fuzzer.go $GVISOR_ROOT/
|
||||
compile_go_fuzzer gvisor.dev/gvisor FuzzStateLoad state_load_fuzz
|
||||
|
|
Loading…
Reference in New Issue