mirror of https://github.com/google/oss-fuzz.git
[istio] Fix build (#5232)
* [teleport] Initial integration * Minor update to run tests again * Fix istio build * Small fix * Experimental fix * Experimental fix * Disable coverage build * Enabled coverage build
This commit is contained in:
parent
1e03eb94af
commit
aa34be6750
|
@ -15,6 +15,6 @@
|
|||
################################################################################
|
||||
|
||||
FROM gcr.io/oss-fuzz-base/base-builder
|
||||
RUN go get github.com/istio/istio/pilot/pkg/config/kube/crd/...
|
||||
RUN git clone https://github.com/istio/istio
|
||||
COPY build.sh $SRC/
|
||||
WORKDIR $SRC/
|
||||
WORKDIR $SRC/istio
|
||||
|
|
|
@ -16,5 +16,5 @@
|
|||
################################################################################
|
||||
|
||||
|
||||
compile_go_fuzzer istio.io/istio/tests/fuzz FuzzParseInputs fuzz_parse_inputs
|
||||
compile_go_fuzzer istio.io/istio/tests/fuzz FuzzParseAndBuildSchema fuzz_parse_and_build_schema
|
||||
compile_go_fuzzer ./tests/fuzz FuzzParseInputs fuzz_parse_inputs
|
||||
compile_go_fuzzer ./tests/fuzz FuzzParseAndBuildSchema fuzz_parse_and_build_schema
|
||||
|
|
Loading…
Reference in New Issue