[eas-cli] Wire refresh ad-hoc profile through build:internal and prepareJob#3769
Merged
Merged
Conversation
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced May 21, 2026
build:internal and prepareJob
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3769 +/- ##
==========================================
- Coverage 57.17% 57.17% -0.00%
==========================================
Files 905 905
Lines 39283 39284 +1
Branches 8230 8231 +1
==========================================
Hits 22455 22455
- Misses 15356 15357 +1
Partials 1472 1472 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
10da52d to
20da401
Compare
|
Subscribed to pull request
Generated by CodeMention |
f0d024b to
c04b2e1
Compare
20da401 to
32dbe0c
Compare
c04b2e1 to
d47c86d
Compare
32dbe0c to
89ed6ab
Compare
89ed6ab to
f997360
Compare
f997360 to
148241d
Compare
|
⏩ The changelog entry check has been skipped since the "no changelog" label is present. |
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.

Why
Workflow builds run
eas build:internalon EAS workers to resolve credentials and emit the job JSON. The base branch adds--refresh-ad-hoc-provisioning-profileto eas build, but that flag was not available onbuild:internal, and the iOS job did not persistrefresh_ad_hoc_provisioning_profilewhen the flag was set.Without this wiring, git-based/workflow builds could not trigger ad-hoc profile refresh or pass the intent through to the job payload.
How
--refresh-ad-hoc-provisioning-profiletoeas build:internaland pass it intorunBuildAndSubmitAsync(same behavior as eas build).prepareJob.ts, setrefresh_ad_hoc_provisioning_profile: trueon the iOS job when the credentials context has the flag enabled.Test Plan
yarn typecheck