From 444d8320d304336991fda54c92ed63d63fed08ad Mon Sep 17 00:00:00 2001 From: "Jiajun Ye (Jason)" Date: Wed, 20 Nov 2024 09:27:40 -0500 Subject: [PATCH] Update Envoy to 6659950 (Nov 15, 2024) (#1257) - synced changes to `.bazelrc` and `bazel/repositories.bzl` from Envoy's versions. - no changes to `.bazelversion`, `ci/run_envoy_docker.sh`, `tools/gen_compilation_database.py`, `tools/code_format/config.yaml`, `tools/base/requirements.in`. Signed-off-by: jiajunye --- .bazelrc | 41 +++++++++++++++++++++-------------------- bazel/repositories.bzl | 4 ++-- 2 files changed, 23 insertions(+), 22 deletions(-) diff --git a/.bazelrc b/.bazelrc index 14a638153..eaa083afd 100644 --- a/.bazelrc +++ b/.bazelrc @@ -158,6 +158,7 @@ build:clang-asan --linkopt=-fsanitize=vptr,function # macOS build:macos --cxxopt=-std=c++20 --host_cxxopt=-std=c++20 +build:macos --copt=-Wno-deprecated-declarations build:macos --action_env=PATH=/opt/homebrew/bin:/opt/local/bin:/usr/local/bin:/usr/bin:/bin build:macos --host_action_env=PATH=/opt/homebrew/bin:/opt/local/bin:/usr/local/bin:/usr/bin:/bin build:macos --define tcmalloc=disabled @@ -529,26 +530,26 @@ build:rbe-engflow --bes_upload_mode=fully_async build:rbe-engflow --nolegacy_important_outputs # RBE (Engflow Envoy) -build:common-envoy-engflow --google_default_credentials=false -build:common-envoy-engflow --credential_helper=*.engflow.com=%workspace%/bazel/engflow-bazel-credential-helper.sh -build:common-envoy-engflow --grpc_keepalive_time=60s -build:common-envoy-engflow --grpc_keepalive_timeout=30s - -build:cache-envoy-engflow --remote_cache=grpcs://mordenite.cluster.engflow.com -build:cache-envoy-engflow --remote_timeout=3600s -build:bes-envoy-engflow --bes_backend=grpcs://mordenite.cluster.engflow.com/ -build:bes-envoy-engflow --bes_results_url=https://mordenite.cluster.engflow.com/invocation/ -build:bes-envoy-engflow --bes_timeout=3600s -build:bes-envoy-engflow --bes_upload_mode=fully_async -build:bes-envoy-engflow --nolegacy_important_outputs -build:rbe-envoy-engflow --remote_executor=grpcs://mordenite.cluster.engflow.com -build:rbe-envoy-engflow --remote_default_exec_properties=container-image=docker://gcr.io/envoy-ci/envoy-build@sha256:7adc40c09508f957624c4d2e0f5aeecb73a59207ee6ded53b107eac828c091b2 -build:rbe-envoy-engflow --jobs=200 -build:rbe-envoy-engflow --define=engflow_rbe=true - -build:remote-envoy-engflow --config=common-envoy-engflow -build:remote-envoy-engflow --config=cache-envoy-engflow -build:remote-envoy-engflow --config=rbe-envoy-engflow +common:common-envoy-engflow --google_default_credentials=false +common:common-envoy-engflow --credential_helper=*.engflow.com=%workspace%/bazel/engflow-bazel-credential-helper.sh +common:common-envoy-engflow --grpc_keepalive_time=60s +common:common-envoy-engflow --grpc_keepalive_timeout=30s + +common:cache-envoy-engflow --remote_cache=grpcs://mordenite.cluster.engflow.com +common:cache-envoy-engflow --remote_timeout=3600s +common:bes-envoy-engflow --bes_backend=grpcs://mordenite.cluster.engflow.com/ +common:bes-envoy-engflow --bes_results_url=https://mordenite.cluster.engflow.com/invocation/ +common:bes-envoy-engflow --bes_timeout=3600s +common:bes-envoy-engflow --bes_upload_mode=fully_async +common:bes-envoy-engflow --nolegacy_important_outputs +common:rbe-envoy-engflow --remote_executor=grpcs://mordenite.cluster.engflow.com +common:rbe-envoy-engflow --remote_default_exec_properties=container-image=docker://gcr.io/envoy-ci/envoy-build@sha256:7adc40c09508f957624c4d2e0f5aeecb73a59207ee6ded53b107eac828c091b2 +common:rbe-envoy-engflow --jobs=200 +common:rbe-envoy-engflow --define=engflow_rbe=true + +common:remote-envoy-engflow --config=common-envoy-engflow +common:remote-envoy-engflow --config=cache-envoy-engflow +common:remote-envoy-engflow --config=rbe-envoy-engflow ############################################################################# # debug: Various Bazel debugging flags diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 3b403fb68..835202ec1 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -1,7 +1,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -ENVOY_COMMIT = "2c84739549e6875aa1bac2983e7a0c43725f77e9" -ENVOY_SHA = "66f63a8350eee33bb48321be3b77160d676014f9d559a6afe04e5945c61c4eb0" +ENVOY_COMMIT = "665995079c8eb9e1cd008812e85d939a8210a34c" +ENVOY_SHA = "c8e6df9a015e3135275879e27cc8722afbb2d7b216ae00f8f7587134f65fdbe1" HDR_HISTOGRAM_C_VERSION = "0.11.2" # October 12th, 2020 HDR_HISTOGRAM_C_SHA = "637f28b5f64de2e268131e4e34e6eef0b91cf5ff99167db447d9b2825eae6bad"