-
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
Merged
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
7629672
attempt to fix Android builds with ruby workaround
Julesssss 9988476
try bumping ruby for Android builds
Julesssss ae00836
test against test build workflow
Julesssss f9f1973
attempt forcing bundler and ruby update
Julesssss 54a3399
attempt -rostruct fix again
Julesssss d22b0a5
temporarily add GH action PULL_REQUEST_NUMBER
Julesssss 76462ad
attempt to hardcode test workflow PR number
Julesssss f74f22d
Merge branch 'main' into jules-androidBuildFailure
Julesssss 10fa203
attempt to apply SWM patch
Julesssss d1ccbf8
reattempt to add the SWM netInfo patch
Julesssss c9646de
revert changes required for testing
Julesssss File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
|
||
name: Build and deploy apps for testing | ||
|
||
on: | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2955,95 +2955,95 @@ index 878f7ba..0000000 | |
--- a/node_modules/@react-native-community/netinfo/windows/.npmignore | ||
+++ /dev/null | ||
@@ -1,92 +0,0 @@ | ||
-*AppPackages* | ||
-*BundleArtifacts* | ||
- | ||
-#OS junk files | ||
-[Tt]humbs.db | ||
-*.DS_Store | ||
- | ||
Comment on lines
-2958
to
-2964
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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... |
||
-#Visual Studio files | ||
-*.[Oo]bj | ||
-*.user | ||
-*.aps | ||
-*.pch | ||
-*.vspscc | ||
-*.vssscc | ||
-*_i.c | ||
-*_p.c | ||
-*.ncb | ||
-*.suo | ||
-*.tlb | ||
-*.tlh | ||
-*.bak | ||
-*.[Cc]ache | ||
-*.ilk | ||
-*.log | ||
-*.lib | ||
-*.sbr | ||
-*.sdf | ||
-*.opensdf | ||
-*.opendb | ||
-*.unsuccessfulbuild | ||
-ipch/ | ||
-[Oo]bj/ | ||
-[Bb]in | ||
-[Dd]ebug*/ | ||
-[Rr]elease*/ | ||
-Ankh.NoLoad | ||
- | ||
-# Visual C++ cache files | ||
-ipch/ | ||
-*.aps | ||
-*.ncb | ||
-*.opendb | ||
-*.opensdf | ||
-*.sdf | ||
-*.cachefile | ||
-*.VC.db | ||
-*.VC.VC.opendb | ||
- | ||
-#MonoDevelop | ||
-*.pidb | ||
-*.userprefs | ||
- | ||
-#Tooling | ||
-_ReSharper*/ | ||
-*.resharper | ||
-[Tt]est[Rr]esult* | ||
-*.sass-cache | ||
- | ||
-#Project files | ||
-[Bb]uild/ | ||
- | ||
-#Subversion files | ||
-.svn | ||
- | ||
-# Office Temp Files | ||
-~$* | ||
- | ||
-# vim Temp Files | ||
-*~ | ||
- | ||
-#NuGet | ||
-packages/ | ||
-*.nupkg | ||
- | ||
-#ncrunch | ||
-*ncrunch* | ||
-*crunch*.local.xml | ||
- | ||
-# visual studio database projects | ||
-*.dbmdl | ||
- | ||
-#Test files | ||
-*.testsettings | ||
- | ||
-#Other files | ||
-*.DotSettings | ||
-.vs/ | ||
-*project.lock.json | ||
- | ||
-#Files generated by the VS build | ||
-**/Generated Files/** | ||
- | ||
-*AppPackages* | ||
-*BundleArtifacts* | ||
- | ||
-#OS junk files | ||
-[Tt]humbs.db | ||
-*.DS_Store | ||
- | ||
-#Visual Studio files | ||
-*.[Oo]bj | ||
-*.user | ||
-*.aps | ||
-*.pch | ||
-*.vspscc | ||
-*.vssscc | ||
-*_i.c | ||
-*_p.c | ||
-*.ncb | ||
-*.suo | ||
-*.tlb | ||
-*.tlh | ||
-*.bak | ||
-*.[Cc]ache | ||
-*.ilk | ||
-*.log | ||
-*.lib | ||
-*.sbr | ||
-*.sdf | ||
-*.opensdf | ||
-*.opendb | ||
-*.unsuccessfulbuild | ||
-ipch/ | ||
-[Oo]bj/ | ||
-[Bb]in | ||
-[Dd]ebug*/ | ||
-[Rr]elease*/ | ||
-Ankh.NoLoad | ||
- | ||
-# Visual C++ cache files | ||
-ipch/ | ||
-*.aps | ||
-*.ncb | ||
-*.opendb | ||
-*.opensdf | ||
-*.sdf | ||
-*.cachefile | ||
-*.VC.db | ||
-*.VC.VC.opendb | ||
- | ||
-#MonoDevelop | ||
-*.pidb | ||
-*.userprefs | ||
- | ||
-#Tooling | ||
-_ReSharper*/ | ||
-*.resharper | ||
-[Tt]est[Rr]esult* | ||
-*.sass-cache | ||
- | ||
-#Project files | ||
-[Bb]uild/ | ||
- | ||
-#Subversion files | ||
-.svn | ||
- | ||
-# Office Temp Files | ||
-~$* | ||
- | ||
-# vim Temp Files | ||
-*~ | ||
- | ||
-#NuGet | ||
-packages/ | ||
-*.nupkg | ||
- | ||
-#ncrunch | ||
-*ncrunch* | ||
-*crunch*.local.xml | ||
- | ||
-# visual studio database projects | ||
-*.dbmdl | ||
- | ||
-#Test files | ||
-*.testsettings | ||
- | ||
-#Other files | ||
-*.DotSettings | ||
-.vs/ | ||
-*project.lock.json | ||
- | ||
-#Files generated by the VS build | ||
-**/Generated Files/** | ||
- |
Oops, something went wrong.
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.
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.
Fair point. I removed this code alongside another fix here and created an issue in place of the TODO