Caleb Xu
Caleb Xu
The error occurs in the vendored copy of `iguana` in `include/ylt/standalone/iguana` - this copy is built against, but not installed into the final prefix. The error is already fixed in...
Took a look at this, still not sure what's happening. - `ENV.deparallelize` does not fix it - Running `configure` and `make` one directory up (i.e. not having a separate `builddir`)...
We confirmed that there appears to be no change in linkage when building in portable mode, and that it does seem to fix the aforementioned issue. Linux x86_64 does appear...
I have a few thoughts here: - The software shipped by Homebrew is only intended to be used in the place where it's installed (in Homebrew's Cellar). This is the...
I'm still looking into the options you mentioned (portable build or avoid bundling the AOT compiler). Just wanted to mention that in the process of digging, I did see a...
https://github.com/Homebrew/brew/pull/17557 landed in https://github.com/Homebrew/brew/releases/tag/4.3.8.
Implemented in https://github.com/Homebrew/brew/pull/18733, shipped in https://github.com/Homebrew/brew/releases/tag/4.4.5, documented in https://github.com/Homebrew/brew/pull/18810.