elastic / ml-cpp

Machine learning C++ code
Other
149 stars 62 forks source link

[ML] Use Orka for macOS ARM builds. #2662

Closed edsavage closed 3 months ago

edsavage commented 3 months ago

At the moment macOS ARM builds are performed on bare metal Mac Minis provided by MacStadium. For consistency with the rest of engineering, ease of maintenance, reproducibility of builds, automation of provisioning builders etc. it is preferred that we migrate to using VMs provided by MacStadium Orka.

This PR makes use of an image built using "packer". Where the packer config will live is still TBD.

Labelling as a non-issue as this is purely build related.