Skip to content
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

Test React Native Upgrade 68 with rosetta #15436

Closed
wants to merge 6 commits into from

Conversation

siddarthkay
Copy link
Contributor

fixes #14386
status: wip

@status-im-auto
Copy link
Member

status-im-auto commented Mar 22, 2023

Jenkins Builds

Click to see older builds (26)
Commit #️⃣ Finished (UTC) Duration Platform Result
ac0a441 #1 2023-03-22 08:25:26 ~4 min android 📄log
ac0a441 #1 2023-03-22 08:25:29 ~4 min android-e2e 📄log
ac0a441 #1 2023-03-22 08:26:50 ~5 min ios 📄log
✔️ ac0a441 #1 2023-03-22 08:28:45 ~7 min tests 📄log
1eddc64 #2 2023-03-22 08:39:11 ~1 min android-e2e 📄log
1eddc64 #2 2023-03-22 08:39:44 ~2 min ios 📄log
1eddc64 #2 2023-03-22 08:41:14 ~3 min android 📄log
✔️ 1eddc64 #2 2023-03-22 08:45:14 ~7 min tests 📄log
75373e7 #3 2023-03-22 08:49:44 ~1 min android 📄log
75373e7 #3 2023-03-22 08:49:46 ~1 min android-e2e 📄log
75373e7 #3 2023-03-22 08:50:17 ~2 min ios 📄log
1d09a34 #4 2023-03-22 08:53:04 ~1 min android 📄log
1d09a34 #4 2023-03-22 08:53:09 ~2 min android-e2e 📄log
1d09a34 #4 2023-03-22 08:53:52 ~2 min ios 📄log
3fab181 #6 2023-03-22 08:57:53 ~1 min android 📄log
3fab181 #6 2023-03-22 08:59:48 ~3 min ios 📄log
3fab181 #6 2023-03-22 09:00:42 ~4 min android-e2e 📄log
✔️ 3fab181 #6 2023-03-22 09:02:43 ~6 min tests 📄log
7268a45 #8 2023-03-22 10:59:59 ~2 min android 📄log
7268a45 #8 2023-03-22 11:00:48 ~2 min ios 📄log
7268a45 #8 2023-03-22 11:03:26 ~5 min android-e2e 📄log
✔️ 7268a45 #8 2023-03-22 11:05:50 ~7 min tests 📄log
ff575ef #9 2023-03-22 11:14:39 ~1 min android-e2e 📄log
ff575ef #9 2023-03-22 11:14:48 ~1 min android 📄log
ff575ef #9 2023-03-22 11:14:54 ~2 min ios 📄log
✔️ ff575ef #9 2023-03-22 11:19:01 ~6 min tests 📄log
Commit #️⃣ Finished (UTC) Duration Platform Result
6f9c02e #10 2023-03-23 07:02:58 ~13 sec ios 📄log
6f9c02e #10 2023-03-23 07:03:01 ~14 sec android-e2e 📄log
6f9c02e #10 2023-03-23 07:03:01 ~15 sec tests 📄log
6f9c02e #10 2023-03-23 07:03:01 ~15 sec android 📄log
10092f8 #11 2023-03-23 07:13:03 ~2 min ios 📄log
10092f8 #11 2023-03-23 07:14:20 ~4 min android-e2e 📄log
10092f8 #11 2023-03-23 07:14:20 ~4 min android 📄log
✔️ 10092f8 #11 2023-03-23 07:16:01 ~5 min tests 📄log
10092f8 #12 2023-03-24 11:50:50 ~3 min android 📄log

@siddarthkay siddarthkay force-pushed the rn-upgrade-68-with-rosetta branch 4 times, most recently from 7268a45 to ff575ef Compare March 22, 2023 11:12
siddarthkay and others added 6 commits March 23, 2023 12:37
fix Podfile for `react-native-reanimated`

update `AppDelegate.mm` reference in xcodeProject

some more logs to `app-launched-listener`

upgrade RNN & add more logs

upgrade lib `react-native-reanimated`

to get rid of iOS Warning: RCTBridge required dispatch_sync to load REAModule

get rid of deprecated `bootstrapWithDelegate`

update yarn.lock :)
bump `react-native-hole-view`

use status-im org fork of `react-native-hole-view`

use status-im org fork of `react-native-mail`

use correct fork of `react-native-mail`

nix: use new flags for gradle call

Signed-off-by: Jakub Sokołowski <jakub@status.im>

nix: fix aapt2 derivationt trying to patch a text file

Signed-off-by: Jakub Sokołowski <jakub@status.im>

nix: make AAPT2 installPhase optional for macos

Signed-off-by: Jakub Sokołowski <jakub@status.im>

nix: fix gradle dependencies

Signed-off-by: Jakub Sokołowski <jakub@status.im>

nix: add missing gradle deps (NOT A REAL FIX)

Signed-off-by: Jakub Sokołowski <jakub@status.im>

nix: drop setting JAVA_HOME, breaks apkanalyzer

Signed-off-by: Jakub Sokołowski <jakub@status.im>
show pods and revert the Podfile change

show me what you got in Pods dir

log contents & permissions of IOS PR Pods on fail

patch glog in `patchReactNativePhase`

update gems

remove degenerate pods

add comment todo to remove patch fix later

maybe xcode needs to be cleaned up

get rid of `react-native-codegen`

add default flags to Podfile

:deterministic_uuids => false

ios: pods update, xcode config fix

:deterministic_uuids => false breaks stuff locally

try `make release-ios-pr` when ios build fails

on failure try harder

fix quotes

install pods via makefile

get rid of useless steps

print rn environment info on CI

check rn-info on failure as well

make release-ios-pr

bring back UseModernBuildSystem flag

try if `make release-ios-pr` works on CI macos

try building ios instead of archiving in Prebundle

target ios

fix make

try building scheme StatusIm as well

show CI xcode buildSettings

add `verbose` flag to fastlane ios builds

add verbose to xcargs

use nix shell for rn-info

use script block

xcode-clean on prep stage

can't xcode-select --reset without sudo

dont print info in pre build stage

try on a specific host

no label

update label

`__apply_Xcode_12_5_M1_post_install_workaround`

try and clean xcode better

get rid of entire DerivedData folder

get rid of header_search_path

xcode something something

upgrade nodejs to 18.x

build IOS PR with rosetta

figure out arch

pod-install arch -x86_64

-

pod fix

dont
@siddarthkay
Copy link
Contributor Author

closing this experiment PR because #15486 was merged in.

@siddarthkay siddarthkay deleted the rn-upgrade-68-with-rosetta branch August 23, 2024 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Research into upgrading react-native
3 participants