-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Update to latest vcpkg build #4717
Conversation
This is failing due to a qtkeychain issue fixed here: microsoft/vcpkg#24013 |
The upstream fix is merged, waiting until mixxxdj/vcpkg#42 is merged. |
Now waiting for microsoft/vcpkg#25018 |
It is part of CMake since 3.13 and defines SQLite::SQLite3, without 3
Also set VCPKG_TARGET_TRIPLET and VCPKG_DEFAULT_HOST_TRIPLET to x64-osx-min10.12 this is required for the new environment and also prevents to go to crosscompile mode
Hey this is finally working now. Who is able to do y smoke test on windows or mac? |
The windows installer is not twice as big and should include the DLLs. @JoergAtGithub can you do another test? |
The version from the artifacts works now! |
I can confirm that the macOS build seems to work fine, at least from my limited testing under Rosetta. |
Great, thank you for your testing. @Swiftb0y: merge? |
Hm, something's strange with the macOS version, I cannot drag multiple tracks... I'll check whether the current Edit: Current Edit 2: I could reproduce this issue both on Intel and ARM Macs. Since this problem seems to be unrelated to this PR, it's probably not a blocker, but perhaps still something worth investigating. |
We'd appreciate if you report the track dragging issue on our bugtracker. Thank you. |
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.
LGTM.
This updates the build environment foe windows and MacOs to the latest vcpkg build.
This update brings many library updates.