From 3085d3ce98cef45e5c1c8e2c290021faf924a461 Mon Sep 17 00:00:00 2001 From: eric Date: Sun, 15 Mar 2026 13:01:47 +0100 Subject: [PATCH] ci: something --- tests/bundle_test/BUILD.bazel | 10 ++++++++-- tests/install_test/BUILD.bazel | 15 ++++++++++++--- tests/npm_compat_test/BUILD.bazel | 5 ++++- 3 files changed, 24 insertions(+), 6 deletions(-) diff --git a/tests/bundle_test/BUILD.bazel b/tests/bundle_test/BUILD.bazel index 7f77fde..484091b 100644 --- a/tests/bundle_test/BUILD.bazel +++ b/tests/bundle_test/BUILD.bazel @@ -197,7 +197,10 @@ sh_test( name = "bundle_sourcemap_shape_test", size = "small", srcs = ["verify_sourcemap_shape.sh"], - tags = ["exclusive"], + tags = [ + "exclusive", + "no-sandbox", + ], data = [ "BUILD.bazel", "//:repo_runtime_files", @@ -238,7 +241,10 @@ sh_test( name = "bun_build_compile_flag_shape_test", size = "small", srcs = ["verify_flag_aquery.sh"], - tags = ["exclusive"], + tags = [ + "exclusive", + "no-sandbox", + ], data = [ "BUILD.bazel", "cli.ts", diff --git a/tests/install_test/BUILD.bazel b/tests/install_test/BUILD.bazel index a96f476..b2dffde 100644 --- a/tests/install_test/BUILD.bazel +++ b/tests/install_test/BUILD.bazel @@ -148,7 +148,10 @@ sh_test( name = "bun_install_workspace_parity_test", size = "large", srcs = ["workspace_parity.sh"], - tags = ["exclusive"], + tags = [ + "exclusive", + "no-sandbox", + ], args = select({ ":linux_x86_64": ["$(location @bun_linux_x64//:bun)"], ":linux_aarch64": ["$(location @bun_linux_aarch64//:bun)"], @@ -185,7 +188,10 @@ sh_test( name = "bun_install_repeatability_test", size = "small", srcs = ["repeatability.sh"], - tags = ["exclusive"], + tags = [ + "exclusive", + "no-sandbox", + ], args = select({ ":linux_x86_64": ["$(location @bun_linux_x64//:bun)"], ":linux_aarch64": ["$(location @bun_linux_aarch64//:bun)"], @@ -214,7 +220,10 @@ sh_test( name = "bun_install_lifecycle_scripts_test", size = "small", srcs = ["lifecycle_scripts.sh"], - tags = ["exclusive"], + tags = [ + "exclusive", + "no-sandbox", + ], args = select({ ":linux_x86_64": ["$(location @bun_linux_x64//:bun)"], ":linux_aarch64": ["$(location @bun_linux_aarch64//:bun)"], diff --git a/tests/npm_compat_test/BUILD.bazel b/tests/npm_compat_test/BUILD.bazel index bcf5797..39e993f 100644 --- a/tests/npm_compat_test/BUILD.bazel +++ b/tests/npm_compat_test/BUILD.bazel @@ -44,7 +44,10 @@ sh_test( name = "npm_translate_lock_workspace_test", size = "small", srcs = ["npm_translate_lock_workspace_test.sh"], - tags = ["exclusive"], + tags = [ + "exclusive", + "no-sandbox", + ], args = select({ ":linux_x86_64": ["$(location @bun_linux_x64//:bun)"], ":linux_aarch64": ["$(location @bun_linux_aarch64//:bun)"],