Skip to content

Commit 02fbce0

Browse files
committed
Remove no-remote when there aren’t any codesign commands
Signed-off-by: Brentley Jones <[email protected]>
1 parent 281186e commit 02fbce0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apple/internal/processor.bzl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,9 @@ def _bundle_partial_outputs_files(
429429
"no-sandbox": "1",
430430
}
431431

432-
if platform_prerequisites.platform.is_device and provisioning_profile:
432+
if (codesigning_command and
433+
platform_prerequisites.platform.is_device and
434+
provisioning_profile):
433435
# Added so that the output of this action is not cached remotely,
434436
# in case multiple developers sign the same artifact with different
435437
# identities.

0 commit comments

Comments
 (0)