-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[NO QA] Attempt to fix Android builds with ruby workaround #45332
Conversation
This comment has been minimized.
This comment has been minimized.
🧪🧪 Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! 🧪🧪
|
3936d49
to
e690c8b
Compare
e690c8b
to
54a3399
Compare
55a4168
to
d22b0a5
Compare
The first build issue is resolved with Attempting a separate fix. |
New PR attempt here. |
* main: (186 commits) Also upgrade download-artifact Update version to 9.0.6-3 caught a spanish typo disable lint next line Upgrade actions/upload-artifact to drop deprecated version Prettier fix Update Request-the-Card.md prettier clear onyx and reset necessary values Fix bad translation prettier Revert "Reset amount on reset button click" Rename Onyx Key minor fix. added isWaypointEmpty to check if a waypoint is empty or not. Skip call OpenWorkspaceView on workspace profile page fix merge Fix web maintainVisibleContentPosition with strict mode enabled fix typo fix: go back ...
f2bf5bc
to
10fa203
Compare
🧪🧪 Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! 🧪🧪
|
@jayeshmangwani Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
-*AppPackages* | ||
-*BundleArtifacts* | ||
- | ||
-#OS junk files | ||
-[Tt]humbs.db | ||
-*.DS_Store | ||
- |
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.
I can't figure out why this diff shows, I pasted the exact raw code from the prior commit and the code is identical...
No external review required here |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
Merging with the failing performance test as it is due to the patch issue. The 2nd part of this fix is going to resolve that |
[NO QA] Attempt to fix Android builds with ruby workaround (cherry picked from commit 20eb52e)
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
…g-45332-1 🍒 Cherry pick PR #45332 to staging 🍒
🚀 Deployed to staging by https://github.com/Julesssss in version: 9.0.6-6 🚀
|
@@ -84,13 +84,15 @@ jobs: | |||
if: ${{ !fromJSON(env.SHOULD_DEPLOY_PRODUCTION) }} | |||
run: bundle exec fastlane android beta | |||
env: | |||
RUBYOPT: '-rostruct' # TODO: Temporary fix until https://github.com/fastlane/fastlane/pull/21950 gets released |
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.
Reminder: TODOs in the code are generally not a best practice - it's better to create a follow-up GitHub issue and link it to the code via a comment in the PR
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.
🚀 Cherry-picked to staging by https://github.com/Julesssss in version: 9.0.6-8 🚀
|
🚀 Cherry-picked to staging by https://github.com/Julesssss in version: 9.0.6-8 🚀
|
🚀 Deployed to production by https://github.com/thienlnam in version: 9.0.6-8 🚀
|
🚀 Deployed to staging by https://github.com/Julesssss in version: 9.0.7-3 🚀
|
🚀 Deployed to production by https://github.com/thienlnam in version: 9.0.7-8 🚀
|
Details
PARTIALLY fixes Android and iOS build issues with a ruby workaround I found in this public Fastlane issue.
This PR and this SWM PR together fix the build issues. The Desktop and Web builds are failing due to my hardcoded PR number that was required for testing 🎉
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/412320
Tests
@Julesssss will CP then verify once the next App release is deployed (should be today)
QA Steps
N/A
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop