-
Notifications
You must be signed in to change notification settings - Fork 124
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
ci: macos failing with bindings/nspr_io.h:7:10: fatal error: 'prio.h' file not found #2141
Comments
Maybe related to the fact that we are now using the homebrew NSS version? Previously (succeeding):
https://github.com/mozilla/neqo/actions/runs/11029596600/job/30632387433 Now (failing):
https://github.com/mozilla/neqo/actions/runs/11112117096/job/30873528067?pr=2136 |
Unable to reproduce on an ARM Mac locally thus far. |
This is an NSPR header. |
As far as I can tell, this is what is happening:
#2142 fixes the problem. |
I think we need a new env variable to indicate that a pkg-config NSS should be used. |
CI on MacOS is currently failing with:
See e.g. https://github.com/mozilla/neqo/actions/runs/11112117096/job/30873528067?pr=2136.
I am looking into it now.
Happening on e.g. #2136, #2093
The text was updated successfully, but these errors were encountered: