-
Notifications
You must be signed in to change notification settings - Fork 632
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
[podspec] Build v0.4.x for macOS arm64 #351
Conversation
4beb619
to
f36d490
Compare
Note: this has to be merged manually. |
f36d490
to
8d1c84c
Compare
Hmm, interesting, looks like the build task staying quiet for a while leads to the CI task failing. Looking into it. |
Do this by performing compilation step separately, because recursively invoking cmake makes it go silent.
Ok, looks like it’s building. I’ll test the artefacts tomorrow. |
Bump, could we get a release of this for the macOS RN 0.63.x release? |
@@ -202,7 +202,7 @@ jobs: | |||
|
|||
macos: | |||
macos: | |||
xcode: "10.0.0" | |||
xcode: "12.0.0-beta" |
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.
Can we change this to the stable release?
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.
The beta release needs to keep being used to build macOS arm64 binaries for Big Sur.
Summary
Backports #345 to v0.4.x
Test Plan