bazel: never run buildifier in remote execution (#2261)

This commit is contained in:
Malte Poll 2023-09-12 14:48:06 +02:00 committed by GitHub
parent f399fe148b
commit fbd75106ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,7 @@ buildifier_test(
lint_warnings = ["all"],
mode = "diff",
no_sandbox = True,
tags = ["no-remote-exec"],
verbose = True,
workspace = "//:WORKSPACE.bazel",
)
@ -49,6 +50,7 @@ buildifier(
lint_mode = "fix",
lint_warnings = ["all"],
mode = "fix",
tags = ["no-remote-exec"],
verbose = True,
)