comparison third_party/mercurial/BUILD @ 249:c5129452493e

[deploy] Bundle Mercurial with hg-web Co-authored-by: Copilot <[email protected]>
author MrJuneJune <me@mrjunejune.com>
date Tue, 04 Aug 2026 04:16:45 -0700
parents
children
comparison
equal deleted inserted replaced
248:b8b6e726964a 249:c5129452493e
1 load(":runtime.bzl", "mercurial_runtime")
2
3 mercurial_runtime(
4 name = "runtime",
5 archive = "@mercurial_cp311_wheel//file",
6 launcher = "hg.sh",
7 target_compatible_with = [
8 "@platforms//cpu:x86_64",
9 "@platforms//os:linux",
10 ],
11 visibility = ["//visibility:public"],
12 )