Lukas Oberhuber
Lukas Oberhuber
> Can you detail what system you had the issues on? I cannot reproduce the issue on 10.11 El Capitan. I was compiling against a 10.12 and 10.13 SDK. In...
I think the test failed because it ran out of time.
Add the following to your application.rb: ``` config.autoload_paths
> I wonder if it might be nicer to build inside `HOMEBREW_CACHE` instead of `HOMEBREW_TEMP` so that it's easier to preserve the source directory for these builds. That would definitely...
I'm not sure how to write tests for this kind of cross cutting feature. I looked for tests for `--cc=` and `--keep-tmp` (which were my models) and didn't see any....
> Great work so far! Thanks! > > > I'm not sure how to write tests for this kind of cross cutting feature. > > I'd suggest a single `brew...
> I wonder if it might be nicer to build inside `HOMEBREW_CACHE` instead of `HOMEBREW_TEMP` so that it's easier to preserve the source directory for these builds. Done in 4b0d52ef62c9e964b2a570b9e9459f454f311255,...
> Looks good! I'd like to test this out first before approving, but I don't see any glaring issues at the moment. Fantastic!
Here's the error I'm seeing in the CI. ``` 1st Try error in ./test/cmd/install_spec.rb:76: expected block to output /\.debug/ to stdout, but output nothing Diff: @@ -1 +1 @@ -/\.debug/...
I've managed to get the linux version running. `--debug-symbols` doesn't allow any formulas to compile. Separately, I noticed that the homebrew install recommends users to `brew install gcc`. I think...