From 4a39d49cb34ce4de3a62956021887badd5bc144f Mon Sep 17 00:00:00 2001 From: Taylor Barrella Date: Fri, 5 Feb 2021 10:00:38 -0800 Subject: [PATCH] Disable building Envoy filter example in CI (#298) 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 f9275c2543c8..141499f73bdc 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