From 56344b54fbb964f73256502d384bb5d4c937fd94 Mon Sep 17 00:00:00 2001 From: Andreas Herrmann Date: Wed, 8 May 2024 23:27:12 +0200 Subject: [PATCH] Tag buildifier_test as no-remote-exec The test runs buildifier on the local repository outside of the sandbox. This cannot work remotely. --- util/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/util/BUILD.bazel b/util/BUILD.bazel index 628ac9a9..d83b41f1 100644 --- a/util/BUILD.bazel +++ b/util/BUILD.bazel @@ -18,6 +18,7 @@ buildifier_test( lint_mode = "warn", mode = "diff", no_sandbox = True, + tags = ["no-remote-exec"], workspace = "//:WORKSPACE", )