ci: something

This commit is contained in:
eric
2026-03-15 13:01:47 +01:00
parent 143db9c20e
commit 3085d3ce98
3 changed files with 24 additions and 6 deletions

View File

@@ -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",

View File

@@ -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)"],

View File

@@ -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)"],