Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Envoy SHA. #2775

Merged
merged 3 commits into from
Mar 19, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update SHAs.
Signed-off-by: John Plevyak <[email protected]>
  • Loading branch information
jplevyak committed Mar 19, 2020
commit 5aa76e4f6d158131d18ccdcaa4da6b4b9ad8f0f5
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 time: Tue Mar 17 11:28:25 2020 -0700
ENVOY_SHA = "46ce8aa1a6d8b47171615b06975f6cee62242df6"
# envoy-wasm commit time: Wed Mar 18 20:46:00 2020 -0700
ENVOY_SHA = "b7a1308968cc26312424cab901dba65cd3607107"

ENVOY_SHA256 = "76bc6c9957f24a7e51db61a9e0293701901557c69c813399c98e2a0dc440b22d"
ENVOY_SHA256 = "b9aff07386e7fb804a88482dd2e5a7671385a75ddb00ea37e43af72547e67550"

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