We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db2607 commit 6f1af59Copy full SHA for 6f1af59
MODULE.bazel
@@ -80,6 +80,14 @@ http_archive(
80
urls = ["https://github.com/facebook/zstd/archive/v1.4.5.zip"],
81
)
82
83
+# Use a more recent tcmalloc version than is available in the bazel repository.
84
+archive_override(
85
+ module_name = "tcmalloc", # 2024-09-18
86
+ integrity = "sha256-Z1HIwqJnGQKuIoQyGyqRGTl9HYbkCDCub/eaLAQ0hhY=",
87
+ strip_prefix = "tcmalloc-6c965fce0c3126b20d807e6ff49343eaa204b559",
88
+ urls = ["https://github.com/google/tcmalloc/archive/6c965fce0c3126b20d807e6ff49343eaa204b559.zip"],
89
+)
90
+
91
# Use the more recent libpfm4 version from github, and apply our patches for a native Bazel build.
92
archive_override(
93
module_name = "libpfm", # 2024-10-30
0 commit comments