Skip to content

Commit e13f653

Browse files
Automator: update envoy@ in istio/proxy@master (#5569)
1 parent 657147d commit e13f653

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2222
# 1. Determine SHA256 `wget https://github.com/envoyproxy/envoy/archive/$COMMIT.tar.gz && sha256sum $COMMIT.tar.gz`
2323
# 2. Update .bazelversion, envoy.bazelrc and .bazelrc if needed.
2424
#
25-
# Commit date: 2024-05-21
26-
ENVOY_SHA = "fbae6c7344b1d8a80804e42dedb7528d743db9e9"
25+
# Commit date: 2024-05-22
26+
ENVOY_SHA = "b1e75c7b7c28f06b304135ce57c2dc6f7164944e"
2727

28-
ENVOY_SHA256 = "f0f6d95e5d48041791db7286b8bbe0c9a6b96a0e26c265d0069447fac9c2d117"
28+
ENVOY_SHA256 = "04703eac79b0b25668b598fcf09f780537d6d2bd097e7a31281a72b9111af376"
2929

3030
ENVOY_ORG = "envoyproxy"
3131

envoy.bazelrc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,6 @@ build:macos --action_env=PATH=/opt/homebrew/bin:/opt/local/bin:/usr/local/bin:/u
148148
build:macos --host_action_env=PATH=/opt/homebrew/bin:/opt/local/bin:/usr/local/bin:/usr/bin:/bin
149149
build:macos --define tcmalloc=disabled
150150

151-
# Workaround issue with pkgconfig, see https://github.com/envoyproxy/envoy/issues/33225
152-
build:macos --host_action_env=CXXFLAGS=-Wno-int-conversion
153-
build:macos --action_env=CXXFLAGS=-Wno-int-conversion
154-
build:macos --host_action_env=CFLAGS=-Wno-int-conversion
155-
build:macos --action_env=CFLAGS=-Wno-int-conversion
156-
157151
# macOS ASAN/UBSAN
158152
build:macos-asan --config=asan
159153
# Workaround, see https://github.com/bazelbuild/bazel/issues/6932

0 commit comments

Comments
 (0)