From 53781d3e4dfcf360f46c4d05752ff49f12c146f0 Mon Sep 17 00:00:00 2001 From: Taylor Barrella Date: Fri, 5 Feb 2021 00:07:37 +0000 Subject: [PATCH] Disable building Envoy filter example in CI See https://github.com/istio/istio/issues/30484 Signed-off-by: Taylor Barrella --- ci/build_setup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ci/build_setup.sh b/ci/build_setup.sh index f9275c2543c8e..141499f73bdc5 100755 --- a/ci/build_setup.sh +++ b/ci/build_setup.sh @@ -145,4 +145,6 @@ else echo "Skip setting up Envoy Filter Example." fi -export ENVOY_BUILD_FILTER_EXAMPLE="${FILTER_WORKSPACE_SET:-0}" +# https://github.com/istio/istio/issues/30484 +# Don't build the filter example. +export ENVOY_BUILD_FILTER_EXAMPLE=0