-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Bitrise android e2e linux builds #7719
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
E2E test started on Bitrise: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/86476392-28b4-44d8-9c8d-1515da174b1d |
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
This PR uses
asdf
to install node and yarn versions during build setup. Yarn setup was failing due to mismatch of node versions. The root cause was traced down to Bitrise updating the configuration of the linux image used to in the android builds. The specific node version did not have yarn installed by default which cause theyarn setup
step to fail.Related issues
Fixes: NA
Manual testing steps
Screenshots/Recordings
NA
Before
Failing E2E: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/0501526b-ecd8-447d-b176-d6834586079c
After
Passing E2E in comments below
Pre-merge author checklist
Pre-merge reviewer checklist