Skip to content

Conversation

@jpdriver
Copy link
Collaborator

Description

Warning

(changes generated by GPT-5)

  • evals "platforms" Array in app.json
    • if you only have "platforms": ["android"] we skip anything to do with iOS
    • if you explicitly specify a platform like ./scripts/prebuild.sh --platform ios it has to be included in app.json or the script will error
  • additionally, we now only do bundle install if we don't already have a /vendor directory
    • the Ruby Gems are unlikely to change frequently, so this speeds up consecutive ./scripts/prebuild.sh runs
    • note that /vendor is wiped out by ./scripts/init.sh so Gems will now only be re-installed when doing a full ./scripts/init.sh run

GIF

sonic-run

@Scure21
Copy link
Collaborator

Scure21 commented Aug 13, 2025

CI is failing with unrelated UI tests, going to merge anyways, we can check the tests in another PR.

@Scure21 Scure21 merged commit 40075d2 into willowtreeapps:main Aug 13, 2025
1 check failed
@jpdriver jpdriver deleted the jp-prebuild-perf-improvements branch August 28, 2025 17:17
jpdriver added a commit that referenced this pull request Oct 10, 2025
CI is failing with unrelated UI tests, going to merge anyways, we can check the tests in another PR.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants