feat: bootstrap bun toolchain skeleton and smoke test

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

View File

@@ -1,3 +1,12 @@
# rules_bun
Bazel rules for bun
Bazel rules for bun.
## Current status
Phase 1 bootstrap is in place:
- Bun toolchain rule and provider (`/bun/toolchain.bzl`)
- Platform-specific Bun repository downloads (`/bun/repositories.bzl`)
- Toolchain declarations and registration targets (`/bun/BUILD.bazel`)
- Smoke test for `bun --version` (`//tests/toolchain_test:bun_version_test`)