Skip to content

Commit

Permalink
Update Envoy-WASM SHA to latest. (istio#2634)
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Sikora <[email protected]>
  • Loading branch information
PiotrSikora authored and istio-testing committed Jan 25, 2020
1 parent f6ad783 commit a529ed2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ bind(
# 1. Determine SHA256 `wget https://github.com/envoyproxy/envoy-wasm/archive/$COMMIT.tar.gz && sha256sum $COMMIT.tar.gz`
# 2. Update .bazelversion, envoy.bazelrc and .bazelrc if needed.
#
# envoy-wasm commit date: Jan 24 2020
ENVOY_SHA = "5a9fbd56c6cd5ca942a040991189a15e3d4d0ce1"
# envoy-wasm commit date: Jan 25 2020
ENVOY_SHA = "49f411875801c85fc25b869da77ef98cde3f7f65"

ENVOY_SHA256 = "992d677b02a0b4c0ead59058bb000b0ef789c419f05aad39481be37bf9ebcd20"
ENVOY_SHA256 = "7720a88127d32e45f8d4edf7d0bfbb941a33a842c316940337baa36d227c56ad"

# To override with local envoy, just pass `--override_repository=envoy=/PATH/TO/ENVOY` to Bazel or
# persist the option in `user.bazelrc`.
Expand Down

0 comments on commit a529ed2

Please sign in to comment.