-
Notifications
You must be signed in to change notification settings - Fork 322
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
Add a test that tries to use the generated CMake libs [continuation]. #866
Conversation
3decf08
to
11ad3b2
Compare
11ad3b2
to
45ca765
Compare
Besides the fix of #671 this PR now also fixes CI pipeline due to outdated vcpkg commit Id that was causing MSVC and MinGW build failure although was working well before. The reason was missing dependency Now it is set to the latest (microsoft/vcpkg@ca9ac0b) and works well. |
Just noticed that other PRs, like #863, are failing CI ( |
Does this remove the vcpkg dependency on Mac CI? (i.e. does it close #777) |
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.
Thanks for figuring this out!
I don't fully understand it but CI is passing.
So that is a good thing.
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.
Thanks Dmitry. I don't understand what you've done here but I'm OK moving forward with this.
cmake_options: | ||
-DPA_USE_ASIO=ON | ||
-DPA_USE_JACK=OFF |
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.
Could you create a ticket regarding this issue please?
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.
There is linker error, so it is outside PA and either Jack dependency must be fixed or MinGW-64 linker has to be changed. I can create ticket to trace this issue although we could simply revise DPA_USE_JACK=OFF
after some time.
It is a continuation of stalled (and thus closed) PR #671.