feat: add phase 3 bun_binary bootstrap and tests

This commit is contained in:
Eriyc
2026-03-04 03:10:35 +00:00
committed by copilot-swe-agent[bot]
parent 19a0c7ae50
commit 0c4e0aea4e
7 changed files with 106 additions and 2 deletions

View File

@@ -1,9 +1,11 @@
load("//internal:bun_binary.bzl", "bun_binary")
load("//internal:bun_install.bzl", "bun_install")
load(":repositories.bzl", "bun_register_toolchains", "bun_repositories")
load(":toolchain.bzl", "BunToolchainInfo", "bun_toolchain")
__all__ = [
"BunToolchainInfo",
"bun_binary",
"bun_install",
"bun_register_toolchains",
"bun_repositories",