mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-24 14:39:22 -04:00
bazel: never run buildifier in remote execution (#2261)
This commit is contained in:
parent
f399fe148b
commit
fbd75106ef
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,7 @@ buildifier_test(
|
||||||
lint_warnings = ["all"],
|
lint_warnings = ["all"],
|
||||||
mode = "diff",
|
mode = "diff",
|
||||||
no_sandbox = True,
|
no_sandbox = True,
|
||||||
|
tags = ["no-remote-exec"],
|
||||||
verbose = True,
|
verbose = True,
|
||||||
workspace = "//:WORKSPACE.bazel",
|
workspace = "//:WORKSPACE.bazel",
|
||||||
)
|
)
|
||||||
|
@ -49,6 +50,7 @@ buildifier(
|
||||||
lint_mode = "fix",
|
lint_mode = "fix",
|
||||||
lint_warnings = ["all"],
|
lint_warnings = ["all"],
|
||||||
mode = "fix",
|
mode = "fix",
|
||||||
|
tags = ["no-remote-exec"],
|
||||||
verbose = True,
|
verbose = True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue