box / mojito

An automation platform that enables continuous localization.
https://www.mojito.global/
Apache License 2.0
369 stars 74 forks source link

Mojito Cli not working on M1 #937

Closed lukszar closed 1 year ago

lukszar commented 1 year ago

I tried to install Mojito-CLI on Apple's M1 Pro chip and it results with error:

openjdk@8: The x86_64 architecture is required for this software. Error: mojito-cli: An unsatisfied requirement failed this build.

Looks like openjdk is available just for old architecture.

aurambaj commented 1 year ago

right, it is not available in brew, so Java has to installed in some other way.

Also see this comment, regarding mojito and brew (no plan to update it soon): https://github.com/box/mojito/issues/844#issuecomment-1217192351