[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:
AdamKorcz 2021-02-22 23:25:56 +00:00 committed by GitHub
parent 1e03eb94af
commit aa34be6750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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