From 527ee8c1009e7ed056c4696270cf8d7d21fab225 Mon Sep 17 00:00:00 2001 From: sebastianavila5 <59992925+sebastianavila5@users.noreply.github.com> Date: Tue, 27 Aug 2024 07:30:25 -0700 Subject: [PATCH] Update Envoy to 3f36f14 (Aug 23, 2024) (#1213) - Updated `ci/run_envoy_docker.sh.` and `tools/code_format/config.yaml` - no changes in `.bazelrc`, `.bazelversion`, or `tools/gen_compilation_database.py` Signed-off-by: Sebastian Avila --- bazel/repositories.bzl | 4 ++-- ci/run_envoy_docker.sh | 4 +++- tools/code_format/config.yaml | 2 ++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 8453d2a68..2727ec533 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 = "dbb35fa0d4b61f29c6ae81aca2cbd88184207d18" -ENVOY_SHA = "90816a929ff92560e4e19deb2e5cf54bc82cc998cd67c13a73a614205257b5b1" +ENVOY_COMMIT = "3f36f1466de11624958614a3fd46d9ce208ed5b5" +ENVOY_SHA = "2f571eaf477a28205352b6aa84da9055c90a6f3a81816a32f01cd96027b95de4" HDR_HISTOGRAM_C_VERSION = "0.11.2" # October 12th, 2020 HDR_HISTOGRAM_C_SHA = "637f28b5f64de2e268131e4e34e6eef0b91cf5ff99167db447d9b2825eae6bad" diff --git a/ci/run_envoy_docker.sh b/ci/run_envoy_docker.sh index 9dd348c90..e5c216e5a 100755 --- a/ci/run_envoy_docker.sh +++ b/ci/run_envoy_docker.sh @@ -2,8 +2,10 @@ set -e +CURRENT_SCRIPT_DIR="$(realpath "$(dirname "${BASH_SOURCE[0]}")")" + # shellcheck source=ci/envoy_build_sha.sh -. "$(dirname "$0")"/envoy_build_sha.sh +. "${CURRENT_SCRIPT_DIR}"/envoy_build_sha.sh function is_windows() { [[ "$(uname -s)" == *NT* ]] diff --git a/tools/code_format/config.yaml b/tools/code_format/config.yaml index ae67bc1a2..9282a7d90 100644 --- a/tools/code_format/config.yaml +++ b/tools/code_format/config.yaml @@ -62,6 +62,8 @@ paths: build_fixer: exclude: + - BUILD + - tools/BUILD - bazel/BUILD - bazel/external/ - bazel/toolchains/