This rules for Bazel provide patchelf prebuilt for platforms defined
in patchelf_prebuilt/platforms/BUILD.bazel
, each tag in this repo
corresponds with a tag in upstream patchelf.
Given that our company requires 0.14 built for darwin-arm64 we can't just pull the binaries from upstream.
- (Bazel 6 only) Enable with
common --enable_bzlmod
in.bazelrc
. - Add to your
MODULE.bazel
file:
bazel_dep(name = "com_booking_rules_patchelf_prebuilt", version = "0.14.5")
WORKSPACE mode is not supported