From 023ccc328b64a9cba501c1a5f8cf05f0c7b9cce1 Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Fri, 19 Dec 2025 11:14:00 -0800 Subject: [PATCH] [bazel] Add another libpfm url (#173083) This is pointing to the same thing but without this subdomain which is currently down. I'm not sure that is temporary or not but I think this is the more canonical URL --- utils/bazel/extensions.bzl | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/bazel/extensions.bzl b/utils/bazel/extensions.bzl index a5e82511cb34..b90450078bf1 100644 --- a/utils/bazel/extensions.bzl +++ b/utils/bazel/extensions.bzl @@ -63,6 +63,7 @@ def _llvm_repos_extension_impl(module_ctx): name = "pfm", urls = [ "https://versaweb.dl.sourceforge.net/project/perfmon2/libpfm4/libpfm-4.13.0.tar.gz", + "https://sourceforge.net/projects/perfmon2/files/libpfm4/libpfm-4.13.0.tar.gz", ], sha256 = "d18b97764c755528c1051d376e33545d0eb60c6ebf85680436813fa5b04cc3d1", strip_prefix = "libpfm-4.13.0",