diff --git a/ci/build_setup.sh b/ci/build_setup.sh index 29e3098bf1483..03df42fc8a202 100755 --- a/ci/build_setup.sh +++ b/ci/build_setup.sh @@ -127,4 +127,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