I was trying to look into the C++ code to fix a bug but couldn’t get a full compile without an error. I did try with some flags to short circuit some potentially unnecessary parts but ended up with the same errors.
So a couple of questions - has anyone recently built on Intel Macs? Do people recommend using something like Docker to do development and how’s the experience? Do people develop on bulky remote machines?
We still have macos x86 CI as the moment since it was not removed yet so it should still work (at least for some versions of macos).
Compiling on your local x86 mac will take quite a bit of time I’m afraid so might not be the best experience indeed.
I’m rebuilding atm and so far so good? I’m on a 16GB ram laptop and have docker restricted to 12GB and it’s hitting it’s head on the ceiling. Might have to bump it up or if that won’t be enough, I’ll checkout Github codespaces for a remote environment.
Update: Ran OOM on my 16GB macbook. I’ll give codespaces a try the next time I try debugging a C++ bug.
Are other ppl compiling on machines with more than 16GB of RAM?