I have been using homebrew install zig --HEAD to have a reasonably up to date zig install on my mac
Hovever, there seems to be quite a lag between homebrew's concept of 'latest master' and actual latest master.
As of today, zig latest is 1862, and homebrew --HEAD is 0.11.0-dev.1568+c9b957c93
Just wondering if :
- Homebrew is only updated every now and then - be patient !
- Maybe Homebrew zig updates are stuck, due to some dependency changes or whatever - like LLVM maybe ?
So Im wondering if its worth me sticking with homebrew installs for now, or manually manage zig-latest myself.
What are other people doing ?
thx