Skip to content

Commit

Permalink
Merge pull request #45332 from Expensify/jules-androidBuildFailure
Browse files Browse the repository at this point in the history
[NO QA] Attempt to fix Android builds with ruby workaround

(cherry picked from commit 20eb52e)
  • Loading branch information
Julesssss authored and OSBotify committed Jul 15, 2024
1 parent 1e11d06 commit 7a70607
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/platformDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
MYAPP_UPLOAD_STORE_PASSWORD: ${{ secrets.MYAPP_UPLOAD_STORE_PASSWORD }}
MYAPP_UPLOAD_KEY_PASSWORD: ${{ secrets.MYAPP_UPLOAD_KEY_PASSWORD }}

- name: Run Fastlane production
if: ${{ fromJSON(env.SHOULD_DEPLOY_PRODUCTION) }}
run: bundle exec fastlane android production
env:
RUBYOPT: '-rostruct' # TODO: Temporary fix until https://github.com/fastlane/fastlane/pull/21950 gets released
VERSION: ${{ env.VERSION_CODE }}

- name: Archive Android sourcemaps
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/testBuild.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

name: Build and deploy apps for testing

on:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3062,4 +3062,8 @@ index 878f7ba..0000000
-
-#Files generated by the VS build
-**/Generated Files/**
<<<<<<< HEAD
-
=======
-
>>>>>>> 20eb52e6 (Merge pull request #45332 from Expensify/jules-androidBuildFailure)

0 comments on commit 7a70607

Please sign in to comment.