-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zig 0.9.1 #95485
zig 0.9.1 #95485
Conversation
This release breaks formulae that build using Zig. See: #95160 |
Saw that, I'll try to fix it. |
Looks like the fastfec formulae is fixable by using curl from Homebrew, shall I open a new PR to do that? |
That doesn't seem like the right fix, as this is probably a regression in Zig. Can you open an issue there? |
upstream also says install curl from Homebrew so I doubt it's a zig bug. |
Anyway, here is the issue report: ziglang/zig#10946 |
I'm certain this is a regression in Zig. From the just-built
This means that it's using Homebrew The existing bottle has
but doesn't have a dependency on Homebrew |
Note that the issue occurs with existing With With |
Ah, yes, I did build this locally with 0.9 to test but didn't notice the build failure since I had Homebrew |
Formula/fastfec.rb
Outdated
args << if OS.linux? | ||
Formula["curl"].opt_prefix | ||
else | ||
MacOS.sdk_path_if_needed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably can get it to build by appending /"usr"
to SDK path since it is doing -isystem <input>/"include"
.
The |
🤖 A scheduled task has triggered a merge. |
Created with
brew bump-formula-pr
.