Skip to content

Commit

Permalink
Update Envoy to d69544e (May 27, 2024) (#1175)
Browse files Browse the repository at this point in the history
- Update the ENVOY_COMMIT and ENVOY_SHA in bazel/repositories.bzl to the latest Envoy's commit.
- Update to .bazelrc to envoyproxy/envoy#32022
- Update to tools/code_format/config.yaml to envoyproxy/envoy#33728

Signed-off-by: Tom Zhang <4367421+tomjzzhang@users.noreply.github.com>
  • Loading branch information
tomjzzhang committed May 28, 2024
1 parent 5e29fed commit fe6aac3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,6 @@ build:macos --action_env=PATH=/opt/homebrew/bin:/opt/local/bin:/usr/local/bin:/u
build:macos --host_action_env=PATH=/opt/homebrew/bin:/opt/local/bin:/usr/local/bin:/usr/bin:/bin
build:macos --define tcmalloc=disabled

# Workaround issue with pkgconfig, see https://github.com/envoyproxy/envoy/issues/33225
build:macos --host_action_env=CXXFLAGS=-Wno-int-conversion
build:macos --action_env=CXXFLAGS=-Wno-int-conversion
build:macos --host_action_env=CFLAGS=-Wno-int-conversion
build:macos --action_env=CFLAGS=-Wno-int-conversion

# macOS ASAN/UBSAN
build:macos-asan --config=asan
# Workaround, see https://github.com/bazelbuild/bazel/issues/6932
Expand Down
4 changes: 2 additions & 2 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

ENVOY_COMMIT = "ecbd64de59315f990ed7b1861a19aa96061de39d"
ENVOY_SHA = "764f8036b14baf190af26a9ed3510a7305e9c2b76cf9c96c736eeddf82aa4d91"
ENVOY_COMMIT = "d69544eec9f285b9fe05548ea18b5f3dc75fb087"
ENVOY_SHA = "b6dbb0d486d479f827740d231651d5081b754be22eec5e612e9024c59cf82a5c"

HDR_HISTOGRAM_C_VERSION = "0.11.2" # October 12th, 2020
HDR_HISTOGRAM_C_SHA = "637f28b5f64de2e268131e4e34e6eef0b91cf5ff99167db447d9b2825eae6bad"
Expand Down
1 change: 1 addition & 0 deletions tools/code_format/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ paths:
- source/common/router/rds_impl.cc
- source/common/io/io_uring_worker_impl.cc
- source/common/event/file_event_impl.cc
- source/common/http/async_client_impl.cc

# Only one C++ file should instantiate grpc_init
grpc_init:
Expand Down

0 comments on commit fe6aac3

Please sign in to comment.