Skip to content

Releases: bookingcom/rules_patchelf_prebuilt

v0.14.5

21 Jun 09:00
Compare
Choose a tag to compare

Using Bzlmod with Bazel 6 or greater

  1. (Bazel 6 only) Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "com_booking_rules_patchelf_prebuilt", version = "0.14.5")

Using WORKSPACE

WORKSPACE mode is not supported

v0.14.5-rc8g

21 Jun 07:25
Compare
Choose a tag to compare
v0.14.5-rc8g Pre-release
Pre-release

Using Bzlmod with Bazel 6 or greater

  1. (Bazel 6 only) Enable with common --enable_bzlmod in .bazelrc.
  2. 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

21 Jun 07:22
Compare
Choose a tag to compare
v0.14.5-rc7g Pre-release
Pre-release

Using Bzlmod with Bazel 6 or greater

  1. (Bazel 6 only) Enable with common --enable_bzlmod in .bazelrc.
  2. 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

21 Jun 06:47
Compare
Choose a tag to compare
v0.14.5-rc6g Pre-release
Pre-release

Using Bzlmod with Bazel 6 or greater

  1. (Bazel 6 only) Enable with common --enable_bzlmod in .bazelrc.
  2. 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