From d408737154e866dcad4d6abf8aa7f1db611d8853 Mon Sep 17 00:00:00 2001 From: Piotr Sikora Date: Thu, 8 Aug 2019 19:10:50 -0700 Subject: [PATCH] Update Envoy-WASM SHA to latest. (#2350) Signed-off-by: Piotr Sikora --- .bazelrc | 10 +++++----- WORKSPACE | 6 +++--- istio.deps | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.bazelrc b/.bazelrc index bfca5c23ea64..c7012015a199 100644 --- a/.bazelrc +++ b/.bazelrc @@ -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 @@ -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 diff --git a/WORKSPACE b/WORKSPACE index 313b012c4cb5..8d72ed5fbe43 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -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" diff --git a/istio.deps b/istio.deps index 2d5eb2feebec..5f9b7fe73cfa 100644 --- a/istio.deps +++ b/istio.deps @@ -4,7 +4,7 @@ "name": "ISTIO_API", "repoName": "api", "file": "repositories.bzl", - "lastStableSHA": "36b42252042c0e8b229a0d66059af184c3105f9d" + "lastStableSHA": "37c612411ce0812466a1aa14dc201300f7f0a6df" }, { "_comment": "",