From c3db02d4183e833b7688fd516a4aea5f7cb80fda Mon Sep 17 00:00:00 2001 From: Can Cecen Date: Mon, 9 Oct 2023 16:48:30 -0700 Subject: [PATCH] Update tcmalloc dependency to get the fix to handle non-sequential online CPUs. https://github.com/envoyproxy/envoy/issues/27775 Signed-off-by: Can Cecen --- bazel/repository_locations.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index cfc26bf27579..7358906683ba 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -348,12 +348,12 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "tcmalloc", project_desc = "Fast, multi-threaded malloc implementation", project_url = "https://github.com/google/tcmalloc", - version = "e33c7bc60415127c104006d3301c96902f98d42a", - sha256 = "14a2c91b71d6719558768a79671408c9acd8284b418e80386c5888047e2c15aa", + version = "cbbe578d8f2822a5f2cefff42ebabfa364b725ab", + sha256 = "ceef110ed7ea3fe1a4665b9b5adf38fdca8b026739db78cba4686d1a03224582", strip_prefix = "tcmalloc-{version}", urls = ["https://github.com/google/tcmalloc/archive/{version}.tar.gz"], use_category = ["dataplane_core", "controlplane"], - release_date = "2022-10-24", + release_date = "2023-07-24", cpe = "N/A", license = "Apache-2.0", license_url = "https://github.com/google/tcmalloc/blob/{version}/LICENSE",