Skip to content

Commit

Permalink
Update Envoy-WASM SHA to latest. (envoyproxy#2350)
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 Aug 9, 2019
1 parent 154dfbe commit d408737
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ build --host_force_python=PY2
build --action_env=BAZEL_LINKLIBS=-l%:libstdc++.a
build --action_env=BAZEL_LINKOPTS=-lm:-static-libgcc

# Pass PATH, CC and CXX variables from the environment.
build --action_env=CC
build --action_env=CXX
build --action_env=PATH

# Basic ASAN/UBSAN that works for gcc
build:asan --action_env=BAZEL_LINKLIBS=
build:asan --action_env=BAZEL_LINKOPTS=-lstdc++:-lm
Expand Down Expand Up @@ -69,11 +74,6 @@ build --test_env=HEAPCHECK=normal --test_env=PPROF_PATH
# enable path normalization by default. See https://github.com/envoyproxy/envoy/pull/6519
build --define path_normalization_by_default=true

# Pass PATH, CC and CXX variables from the environment.
build --action_env=PATH
build --action_env=CC
build --action_env=CXX

# Release builds without debug symbols.
build:release -c opt
build:release --strip=always
Expand Down
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ bind(
# When updating envoy sha manually please update the sha in istio.deps file also
#
# Determine SHA256 `wget https://github.com/envoyproxy/envoy-wasm/archive/COMMIT.tar.gz && sha256sum COMMIT.tar.gz`
# envoy-wasm commit date: 08/06/2019
# envoy-wasm commit date: 08/08/2019
# bazel version: 0.28.1
ENVOY_SHA = "e3dd8c1ae710b7444b86b7e57d4322c8b2bed4ce"
ENVOY_SHA = "37c612411ce0812466a1aa14dc201300f7f0a6df"

ENVOY_SHA256 = "bbc62afb9bd8b3c00c237a71c60e9bf4da46a8543b6f0feff525f472bf632f1e"
ENVOY_SHA256 = "281662f0bb5d609aac838e58a838d24e9da3033be98e9bf8d2dd9054ffec04cd"

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 @@ -4,7 +4,7 @@
"name": "ISTIO_API",
"repoName": "api",
"file": "repositories.bzl",
"lastStableSHA": "36b42252042c0e8b229a0d66059af184c3105f9d"
"lastStableSHA": "37c612411ce0812466a1aa14dc201300f7f0a6df"
},
{
"_comment": "",
Expand Down

0 comments on commit d408737

Please sign in to comment.