fix: use correct bazel 9.0.0 imports
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
load("//bun:defs.bzl", "bun_binary")
|
||||
load("@rules_shell//shell:sh_test.bzl", "sh_test")
|
||||
|
||||
bun_binary(
|
||||
name = "hello_js_bin",
|
||||
entry_point = "hello.js",
|
||||
target_compatible_with = [
|
||||
"@platforms//cpu:x86_64",
|
||||
"@platforms//os:linux",
|
||||
],
|
||||
)
|
||||
|
||||
sh_test(
|
||||
@@ -19,6 +24,10 @@ sh_test(
|
||||
bun_binary(
|
||||
name = "hello_ts_bin",
|
||||
entry_point = "hello.ts",
|
||||
target_compatible_with = [
|
||||
"@platforms//cpu:x86_64",
|
||||
"@platforms//os:linux",
|
||||
],
|
||||
)
|
||||
|
||||
sh_test(
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
load("//bun:defs.bzl", "bun_bundle")
|
||||
load("@rules_shell//shell:sh_test.bzl", "sh_test")
|
||||
|
||||
bun_bundle(
|
||||
name = "simple_bundle",
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
load("@rules_shell//shell:sh_test.bzl", "sh_test")
|
||||
|
||||
sh_test(
|
||||
name = "bun_install_clean_install_test",
|
||||
srcs = ["clean_install.sh"],
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
load("@rules_shell//shell:sh_test.bzl", "sh_test")
|
||||
|
||||
sh_test(
|
||||
name = "bun_version_test",
|
||||
srcs = ["toolchain_version.sh"],
|
||||
|
||||
Reference in New Issue
Block a user