[worker] Enable COCOAPODS_PARALLEL_CODE_SIGN for iOS builds#3441
Open
[worker] Enable COCOAPODS_PARALLEL_CODE_SIGN for iOS builds#3441
COCOAPODS_PARALLEL_CODE_SIGN for iOS builds#3441Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3441 +/- ##
=======================================
Coverage 52.78% 52.78%
=======================================
Files 809 809
Lines 34048 34048
Branches 7075 7075
=======================================
Hits 17969 17969
Misses 15998 15998
Partials 81 81 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
COCOAPODS_PARALLEL_CODE_SIGN for iOS builds
|
⏩ The changelog entry check has been skipped since the "no changelog" label is present. |
|
Subscribed to pull request
Generated by CodeMention |
hSATAC
approved these changes
Mar 2, 2026
Contributor
hSATAC
left a comment
There was a problem hiding this comment.
The code change is ok but I don’t have enough knowledge to determine if it’s a good idea to enable this globally. I believe it’s default to false for some reason.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Description
COCOAPODS_PARALLEL_CODE_SIGN=truein the worker iOS build environment (packages/worker/src/env.ts) and add the same variable to the local build plugin iOS env construction (packages/local-build-plugin/src/build.ts).Testing
yarn workspace @expo/worker test, which failed in this environment due to missing module resolution for@expo/build-toolsin the worker test setup.yarn workspace eas-cli-local-build-plugin test, which succeeded (no tests found, exited 0).Codex Task