Skip to content

Commit

Permalink
Update Envoy to 3f36f14 (Aug 23, 2024) (#1213)
Browse files Browse the repository at this point in the history
- 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 <[email protected]>
  • Loading branch information
sebastianavila5 committed Aug 27, 2024
1 parent 50a30c0 commit 527ee8c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
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 = "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"
Expand Down
4 changes: 3 additions & 1 deletion ci/run_envoy_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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* ]]
Expand Down
2 changes: 2 additions & 0 deletions tools/code_format/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ paths:

build_fixer:
exclude:
- BUILD
- tools/BUILD
- bazel/BUILD
- bazel/external/
- bazel/toolchains/
Expand Down

0 comments on commit 527ee8c

Please sign in to comment.