feat: bootstrap bun toolchain skeleton and smoke test
This commit is contained in:
10
tests/toolchain_test/BUILD.bazel
Normal file
10
tests/toolchain_test/BUILD.bazel
Normal 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",
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user