diff --git a/ci/build_setup.sh b/ci/build_setup.sh index ee60c484ca4e1..ee3505bb22360 100755 --- a/ci/build_setup.sh +++ b/ci/build_setup.sh @@ -126,4 +126,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