-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the Feature Request
Include ninja build system in the cimg/android variants.
Is your feature request related to a particular problem?
There's some packages switching from cmake to ninja build system, and it's probably getting more projects using it in the future.
See: for example: software-mansion/react-native-reanimated#5498
How will this feature request benefit CircleCI jobs using this image?
- job speedup for those with manually installed ninja
- can run on linux docker images instead of the machine executor of Mac (see issue linked above)
Describe alternatives you have considered
- manually installing it on each run, e.g. this: Android Build failed with react-native-reanimated:configureCMakeRelWithDebInfo[arm64-v8a] on CircleCI under latest Reactnative 0.73.0. software-mansion/react-native-reanimated#5498 (comment)
- building a custom image
- switching to MacOS machine executor
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request