-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
brew openssl install on macOS 14 Arm64 is borked #9755
Comments
Linking to upstream issue: Homebrew/homebrew-core#169728 I suppose the macOS image just need to bundle the new openssl bottle/package. |
Thank! How come a |
I believe I'm facing this as well. Something interesting that I discovered is that even though the image is supposed to be arm64... |
Hey! Unfortunately we can not help fixing this issue, we do not manage |
I know you don't manage the pc files yourselves, but you do provide an image with a number of homebrew packages pre-installed. So are you going to update the image with the fixed version? |
the rollout gonna happen after may 7th I believe, in the meantime |
OK, thanks. |
Description
The pkg-config entry libraries search path is invalid:
Reinstalling with
brew reinstall openssl@3
fix it.Platforms affected
Runner images affected
Image version and build link
Current runner version: '2.316.0'
Is it regression?
No idea.
Expected behavior
pkg-config --libs openssl
return the correct flags.Actual behavior
pkg-config --libs openssl
return an invalid libraries search path.Repro steps
Check the output for
pkg-config --libs openssl
(orlibcrypto
/libssl
):-L/opt/homebrew/Cellar/openssl@3/3.3.0
is returned instead of-L/opt/homebrew/Cellar/openssl@3/3.3.0/lib
.The text was updated successfully, but these errors were encountered: