this post was submitted on 23 Dec 2024
293 points (99.0% liked)
Technology
60082 readers
2826 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Individual developers develop on Mac hardware. They do primary tests on Mac mobile devices.
For production and QA, our CI pipeline builds on a cluster of bare metal Mac Minis. Basic unit tests happen during the build. We deploy to mobile devices.
Mac doesn't make any server equipment anymore, We could technically run VMs on the minis. But they're not so expensive that we can't just have a cluster of them around. We even tried to do the hackintosh route with VMs. It was incredibly difficult to keep it stable, and every time we had to do a xcode update, It needed an OS update and it fucked over the hackintosh. I would have had to keep somebody on staff full-time just to keep the hackintosh VMs going.