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

Upgrade React Native Android build runners to macOS 12 #2612

Open
effektsvk opened this issue Jan 31, 2024 · 2 comments
Open

Upgrade React Native Android build runners to macOS 12 #2612

effektsvk opened this issue Jan 31, 2024 · 2 comments
Labels
build Related to App Center's Build service feature request New feature request

Comments

@effektsvk
Copy link

Hello,
I'd like to ask if it's possible to upgrade build runners for React Native (specifically Android) to at least macOS 12.

We are using ImageMagick in our builds to annotate app icons.
But recently, brew stopped shipping prebuilt binary for ghostscript (ImageMagick dependency) and GitHub also removed ImageMagick from its runner images.
That means we need to compile ghostscript on every build which results in a failed build every time, because it times out after 60 minutes.

Would it be possible to bump the macOS version, please?

@effektsvk effektsvk added the feature request New feature request label Jan 31, 2024
@DiazD
Copy link

DiazD commented Feb 8, 2024

Facing the same isssue w/ our build, have you found any work arounds @effektsvk ?

@effektsvk
Copy link
Author

@DiazD, unfortunately not, I rewrote the script to use sharp. You could possibly somehow build the ghostscript manually and install it, but it's probably easier to refactor your script 😅

@DmitriyKirakosyan DmitriyKirakosyan added the build Related to App Center's Build service label Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Related to App Center's Build service feature request New feature request
Projects
None yet
Development

No branches or pull requests

3 participants