Releases: bookingcom/rules_patchelf_prebuilt
Releases · bookingcom/rules_patchelf_prebuilt
v0.14.5
v0.14.5-rc8g
Using Bzlmod with Bazel 6 or greater
- (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-rc8g")
Using WORKSPACE
Paste this snippet into your WORKSPACE.bazel
file:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "com_booking_rules_patchelf_prebuilt",
sha256 = "ed590fc8da541afc898c258b955d412ffe51ae7f8c37756df5591f2f64a92549",
strip_prefix = "rules_patchelf_prebuilt-0.14.5-rc8g",
url = "https://github.com/bookingcom/rules_patchelf_prebuilt/releases/download/v0.14.5-rc8g/rules_patchelf_prebuilt-v0.14.5-rc8g.tar.gz",
)
######################
# rules_patchelf_prebuilt setup #
######################
# Fetches the rules_patchelf_prebuilt dependencies.
# If you want to have a different version of some dependency,
# you should fetch it *before* calling this.
# Alternatively, you can skip calling this function, so long as you've
# already fetched all the dependencies.
load("@com_booking_rules_patchelf_prebuilt//patchelf_prebuilt:repositories.bzl", "rules_patchelf_prebuilt_dependencies")
rules_patchelf_prebuilt_dependencies()
Full Changelog: v0.14.5-rc6g...v0.14.5-rc8g
v0.14.5-rc7g
Using Bzlmod with Bazel 6 or greater
- (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-rc7g")
Using WORKSPACE
Paste this snippet into your WORKSPACE.bazel
file:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "com_booking_rules_patchelf_prebuilt",
sha256 = "d5bfcf4d2dd049fca41e427a4a74837cf2675785fe03dc9a60b7cb5845789e5b",
strip_prefix = "rules_patchelf_prebuilt-0.14.5-rc7g",
url = "https://github.com/bookingcom/rules_patchelf_prebuilt/releases/download/v0.14.5-rc7g/rules_patchelf_prebuilt-v0.14.5-rc7g.tar.gz",
)
######################
# rules_patchelf_prebuilt setup #
######################
# Fetches the rules_patchelf_prebuilt dependencies.
# If you want to have a different version of some dependency,
# you should fetch it *before* calling this.
# Alternatively, you can skip calling this function, so long as you've
# already fetched all the dependencies.
load("@com_booking_rules_patchelf_prebuilt//patchelf_prebuilt:repositories.bzl", "rules_patchelf_prebuilt_dependencies")
rules_patchelf_prebuilt_dependencies()
Full Changelog: v0.14.5-rc6g...v0.14.5-rc7g
v0.14.5-rc6g
Using Bzlmod with Bazel 6 or greater
- (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-rc6g")
Using WORKSPACE
Paste this snippet into your WORKSPACE.bazel
file:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "com_booking_rules_patchelf_prebuilt",
sha256 = "4d8957c08e26fa811e4d957e7200735a59f06ae597e2d88f7e4bbf96e1dcaf13",
strip_prefix = "rules_patchelf_prebuilt-0.14.5-rc6g",
url = "https://github.com/bookingcom/rules_patchelf_prebuilt/releases/download/v0.14.5-rc6g/rules_patchelf_prebuilt-v0.14.5-rc6g.tar.gz",
)
######################
# rules_patchelf_prebuilt setup #
######################
# Fetches the rules_patchelf_prebuilt dependencies.
# If you want to have a different version of some dependency,
# you should fetch it *before* calling this.
# Alternatively, you can skip calling this function, so long as you've
# already fetched all the dependencies.
load("@com_booking_rules_patchelf_prebuilt//patchelf_prebuilt:repositories.bzl", "rules_patchelf_prebuilt_dependencies")
rules_patchelf_prebuilt_dependencies()
Full Changelog: https://github.com/bookingcom/rules_patchelf_prebuilt/commits/v0.14.5-rc6g