aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar AdamKorcz <44787359+AdamKorcz@users.noreply.github.com>2021-02-22 23:25:56 +0000
committerGravatar GitHub <noreply@github.com>2021-02-22 15:25:56 -0800
commitaa34be6750221013d67494d208709405f33f39ea (patch)
tree8bc6989bcf15db4b399bfe7ae68afb0eca8bb262
parent1e03eb94af68c9821d95ca4760055e7f996bb005 (diff)
[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
-rw-r--r--projects/istio/Dockerfile4
-rw-r--r--projects/istio/build.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/projects/istio/Dockerfile b/projects/istio/Dockerfile
index d9a9aca3..4ba44e2a 100644
--- a/projects/istio/Dockerfile
+++ b/projects/istio/Dockerfile
@@ -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
diff --git a/projects/istio/build.sh b/projects/istio/build.sh
index 7eeee16c..cb148e82 100644
--- a/projects/istio/build.sh
+++ b/projects/istio/build.sh
@@ -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