feat: bootstrap bun toolchain skeleton and smoke test
This commit is contained in:
committed by
copilot-swe-agent[bot]
parent
1a449c22b9
commit
6a29ae954e
11
README.md
11
README.md
@@ -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`)
|
||||
|
||||
Reference in New Issue
Block a user