Skip to content

Commit

Permalink
Update SHA for WASM Segv (istio#189) (istio#107)
Browse files Browse the repository at this point in the history
Signed-off-by: John Plevyak <[email protected]>
  • Loading branch information
jplevyak committed Sep 17, 2019
1 parent 58eff22 commit 197300a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ bind(
# Determine SHA256 `wget https://github.com/istio/envoy/archive/$COMMIT.tar.gz && sha256sum $COMMIT.tar.gz`
# envoy commit date: 09/10/2019
# bazel version: 0.28.1
ENVOY_SHA = "81a490a66eb44f43adc34f81d1ef0b2cfbdb55e5"
ENVOY_SHA = "9b1da7c3f55c1e3ee34779b409a11dbc8488c56b"

ENVOY_SHA256 = "81c07a7c2e4677b17ad5963b10cabc4d1820943d61b4ce0b0293a3af9d2960be"
ENVOY_SHA256 = "ddaa2490dda5b4b6af128c669e0a0b1fdd5fb681c29e3b26b05f63c667598865"

LOCAL_ENVOY_PROJECT = "/PATH/TO/ENVOY"

Expand Down
2 changes: 1 addition & 1 deletion istio.deps
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"name": "ENVOY_SHA",
"repoName": "istio/envoy",
"file": "WORKSPACE",
"lastStableSHA": "81a490a66eb44f43adc34f81d1ef0b2cfbdb55e5"
"lastStableSHA": "9b1da7c3f55c1e3ee34779b409a11dbc8488c56b"
}
]

0 comments on commit 197300a

Please sign in to comment.