Raku / App-Rakubrew

Raku environment manager
https://rakubrew.org/
Other
26 stars 13 forks source link

Enable building of arm64 rakudos on Apple silicon #72

Closed ugexe closed 1 year ago

ugexe commented 1 year ago

Previously the macos rakubrew was build with a x86 perl, which resulted in a x86 rakubrew and ultimately an x86 rakudo. This updates the macos build script to detect arm64 systems and to download the appropriate perl, build an arm64 rakubrew, which itself will build arm64 rakudos.

This also updates the version of perl used to one that has an arm build available.

ugexe commented 1 year ago

Note: one missing piece of this is changing the website to provide links / instructions for downloading either an x86 or arm64 rakubrew executable.

patrickbkr commented 1 year ago

Also updating the release build pipeline. I'll do that once I geht to it.