| ▲ | loevborg 3 hours ago | |
What was the USP of their CI service? | ||
| ▲ | Maxious 2 hours ago | parent | next [-] | |
Ability to virtualize on Apple devices and linux with GPUs https://github.com/scipy/scipy/issues/24990 | ||
| ▲ | jeltz an hour ago | parent | prev | next [-] | |
Better UX than their competitors and support for many different images. | ||
| ▲ | rvnx 2 hours ago | parent | prev [-] | |
To create an ephemeral (docker-like) MacOS VM on a Mac with full performance and access (e.g. GPU) you have to use a virtualization API provided by Apple. For most CI use, you can choose between:
or
But you have to know that on MacOS, there is an artificial limit of 2 VMs per Mac... but well:https://github.com/cirruslabs/orchard/commit/3cfa2445500f45f... With https://khronokernel.com/macos/2023/08/08/AS-VM.html Some people might find it very attractive:
Even without bypassing the limit it is great actually | ||