Skip to content
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

meson ci builds failing for openssl on macos #705

Open
pabuhler opened this issue Apr 29, 2024 · 4 comments
Open

meson ci builds failing for openssl on macos #705

pabuhler opened this issue Apr 29, 2024 · 4 comments

Comments

@pabuhler
Copy link
Member

see: https://github.com/cisco/libsrtp/actions/runs/8885459694

This is a meson / ci setup issue and not a libsrtp issue as far as I can tell. I can not reproduce this locally with my "older" mac.

This seamed to just start happening, not sure what has changed.

@pabuhler
Copy link
Member Author

@iameli could you please take a look at this, thanks.

@pabuhler
Copy link
Member Author

pabuhler commented May 6, 2024

I have pushed a fix for now but this should be followed up so that meson ci builds can run against macos-latest again at some point.

@thewildtree
Copy link

Judging by the CI logs, the v3 issue is most likely caused by this: Homebrew/homebrew-core#169728. Logs show that brew says openssl@3 is already installed, so a brew reinstall openssl@3 would likely fix the build.

As for the v1 pipeline, I think it never actually used v1 at all. Instead, it also uses openssl@3, as logs and the breakage together with v3 would suggest.

@pabuhler
Copy link
Member Author

pabuhler commented May 7, 2024

This is probably the case. Maybe it will be fixed soon and can move back to macos-latest . At that point should see if the v1 build actual does as expected or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants