Skip to content

Commit

Permalink
Disable building Envoy filter example in CI (envoyproxy#298)
Browse files Browse the repository at this point in the history
See istio/istio#30484

Signed-off-by: Taylor Barrella <[email protected]>
  • Loading branch information
tbarrella authored Feb 5, 2021
1 parent 16d4f65 commit 4a39d49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/build_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4a39d49

Please sign in to comment.