fix(CI): remove required clean working tree#126
Merged
Conversation
The OTA publish step failed with 'working tree is dirty / Commit all changes. Aborting...' because eoas copies eas-cli's clean-working-tree gate and hard-aborts in --nonInteractive mode. The tree is dirty by design: the Compile translations step runs intl:build (lingui extract --clean) which rewrites every locale's messages.po, and tee left an untracked i18n.log. Set EAS_NO_VCS=1 on the publish step so eoas uses its NoVcsClient (skips the gate, still honors .gitignore when bundling), and redirect the i18n.log to /tmp so it never dirties the tree either. Upstream doesn't hit this since it publishes via hosted 'eas update', which has no clean-tree requirement.
build-submit-android.yml inherited runs-on: Linux-x64-32core from upstream (bluesky-social/social-app bluesky-social#9404), a self-hosted runner label that only exists in Bluesky's org. In blacksky-algorithms no runner carries that label, so the nightly Android job sat queued until the 24h maximum-wait timeout every night. Switch to ubuntu-latest, matching the inline Android job in bundle-deploy-eas-update.yml and the rest of the repo's workflows.
|
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.
No description provided.