feat: bootstrap bun toolchain skeleton and smoke test

This commit is contained in:
Eric
2026-03-04 02:54:12 +00:00
parent 9fd2013929
commit aa6f87bd86
17 changed files with 261 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
sh_test(
name = "bun_version_test",
srcs = ["toolchain_version.sh"],
args = ["$(location @bun_linux_x64//:bun)"],
data = ["@bun_linux_x64//:bun"],
target_compatible_with = [
"@platforms//cpu:x86_64",
"@platforms//os:linux",
],
)