feat: proper windows support
This commit is contained in:
@@ -34,6 +34,7 @@ config_setting(
|
||||
|
||||
sh_test(
|
||||
name = "bun_version_test",
|
||||
size = "small",
|
||||
srcs = ["toolchain_version.sh"],
|
||||
args = select({
|
||||
":linux_x86_64": ["$(location @bun_linux_x64//:bun)"],
|
||||
@@ -53,6 +54,7 @@ sh_test(
|
||||
|
||||
sh_test(
|
||||
name = "toolchain_resolution_matrix_test",
|
||||
size = "small",
|
||||
srcs = ["toolchain_resolution_matrix.sh"],
|
||||
args = ["$(location //tests/toolchain_test:BUILD.bazel)"],
|
||||
data = ["//tests/toolchain_test:BUILD.bazel"],
|
||||
|
||||
Reference in New Issue
Block a user