Skip to content

Commit

Permalink
Update Envoy to dbb35fa (Aug 17 2024) (#1210)
Browse files Browse the repository at this point in the history
- sync files
- fix envoy_repo import due to https://github.com/envoyproxy/envoy/pull/35718/files

Signed-off-by: Qin Qin <[email protected]>
  • Loading branch information
qqustc authored Aug 19, 2024
1 parent 9f71e6d commit 7ba2720
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ load("@envoy//bazel:api_repositories.bzl", "envoy_api_dependencies")

envoy_api_dependencies()

load("@envoy//bazel:repo.bzl", "envoy_repo")

envoy_repo()

load("@envoy//bazel:repositories.bzl", "envoy_dependencies")

envoy_dependencies()
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 = "a298895dd66a8df6ff834c5d646c38e0fc21e105"
ENVOY_SHA = "be5954a2e19d02a418f036fff46674ff9d764c55a9632b8f342566739e3420e2"
ENVOY_COMMIT = "dbb35fa0d4b61f29c6ae81aca2cbd88184207d18"
ENVOY_SHA = "90816a929ff92560e4e19deb2e5cf54bc82cc998cd67c13a73a614205257b5b1"

HDR_HISTOGRAM_C_VERSION = "0.11.2" # October 12th, 2020
HDR_HISTOGRAM_C_SHA = "637f28b5f64de2e268131e4e34e6eef0b91cf5ff99167db447d9b2825eae6bad"
Expand Down

0 comments on commit 7ba2720

Please sign in to comment.