comparison third_party/tectonic/BUILD @ 247:70f2a3dafc1c

[build] Bundle offline Tectonic runtime Co-authored-by: Copilot <[email protected]>
author MrJuneJune <me@mrjunejune.com>
date Mon, 03 Aug 2026 20:20:06 -0700
parents
children
comparison
equal deleted inserted replaced
246:4f2b50bc78e7 247:70f2a3dafc1c
1 load(":runtime.bzl", "tectonic_runtime")
2
3 tectonic_runtime(
4 name = "runtime",
5 binary = "@tectonic_linux_x86_64//:tectonic",
6 cache_archive = "runtime-cache.tar.gz",
7 fontconfig = "fonts.conf",
8 license = "LICENSE",
9 notices = "THIRD_PARTY_NOTICES.md",
10 target_compatible_with = [
11 "@platforms//cpu:x86_64",
12 "@platforms//os:linux",
13 ],
14 visibility = ["//visibility:public"],
15 )