Skip to content

Commit

Permalink
Merge pull request #24263 from redpanda-data/stephan/update-hwloc-bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
rockwotj authored Nov 23, 2024
2 parents 4b23cef + d45acf6 commit bd4fe21
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ def data_dependency():
http_archive(
name = "hwloc",
build_file = "//bazel/thirdparty:hwloc.BUILD",
sha256 = "1f6d0f3edddd0070717f9f17e3a090a26d203e026c192144aa5f587725cf11e3",
strip_prefix = "hwloc-hwloc-2.9.3",
url = "https://vectorized-public.s3.amazonaws.com/dependencies/hwloc-2.9.3.tar.gz",
sha256 = "866ac8ef07b350a6a2ba0c6826c37d78e8994dcbcd443bdd2b436350de19d540",
strip_prefix = "hwloc-2.11.2",
url = "https://vectorized-public.s3.amazonaws.com/dependencies/hwloc-2.11.2.tar.gz",
)

http_archive(
Expand Down

0 comments on commit bd4fe21

Please sign in to comment.