v1.16.0
What's Changed
- Update pre-commit hook astral-sh/ruff-pre-commit to v0.6.9 by @renovate in #235
- Update pre-commit hook igorshubovych/markdownlint-cli to v0.42.0 by @renovate in #236
- Improve detection of relative symlinks inside of bazel cache by @lalten in #237
- Improve detection of chained relative symlinks inside of bazel cache by @lalten in #238
- Hard-link pseudo files by @lalten in #239
- Support custom --sandbox_base by @lalten in #240
Full Changelog: v1.15.2...v1.16.0
MODULE.bazel
setup
bazel_dep(name = "rules_appimage", version = "1.16.0")
WORKSPACE
setup
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_appimage",
sha256 = "3e3aa9795b308f793836d3e193947c9d18ee40c4bfa07987ac921a5e994d0443",
strip_prefix = "rules_appimage-1.16.0",
url = "https://github.com/lalten/rules_appimage/releases/download/v1.16.0/rules_appimage-1.16.0.tar.gz",
patch_cmds = ["rm -r tests"],
)
load("@rules_appimage//:deps.bzl", "rules_appimage_deps")
rules_appimage_deps()
register_toolchains("@rules_appimage//appimage:all")