Skip to content

Commit

Permalink
Update Envoy to 52e1e93 (Dec 27, 2024) (#1269)
Browse files Browse the repository at this point in the history
- Updated envoy_commit and sha.
- Added build flag --noincompatible_sandbox_hermetic_tmp due to ["dangling symbolic link"](bazelbuild/bazel#20886) flakes after upgrading to Bazel 7.1.2

Signed-off-by: fei-deng <[email protected]>
  • Loading branch information
fei-deng authored Dec 28, 2024
1 parent b32aebb commit 4c3d28d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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 = "66cc2175fe5044117c9f00af8d09293012778000"
ENVOY_SHA = "7afe1aca43b540aa6dcddb3c50e87baf087e0f52ea3d9407351726e421b11e53"
ENVOY_COMMIT = "52e1e93787f3433c49d7c771845c49457cee070f"
ENVOY_SHA = "eb8ed0282dd9fe13aac5f0d260e481e367439d53a9c8fdddd44e38f8cf5c4b92"

HDR_HISTOGRAM_C_VERSION = "0.11.2" # October 12th, 2020
HDR_HISTOGRAM_C_SHA = "637f28b5f64de2e268131e4e34e6eef0b91cf5ff99167db447d9b2825eae6bad"
Expand Down
1 change: 1 addition & 0 deletions ci/do_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ fi
export BAZEL_EXTRA_TEST_OPTIONS="--test_env=ENVOY_IP_TEST_VERSIONS=v4only ${BAZEL_EXTRA_TEST_OPTIONS}"
export BAZEL_BUILD_OPTIONS=" \
--verbose_failures ${BAZEL_OPTIONS} --action_env=HOME --action_env=PYTHONUSERBASE \
--noincompatible_sandbox_hermetic_tmp \
--experimental_generate_json_trace_profile ${BAZEL_BUILD_EXTRA_OPTIONS}"

echo "Running with ${NUM_CPUS} cpus and BAZEL_BUILD_OPTIONS: ${BAZEL_BUILD_OPTIONS}"
Expand Down

0 comments on commit 4c3d28d

Please sign in to comment.