Conversation
Building debug symbols causes CI to fail due to a lack of space. Unfortunately, this workaround is still needed: microsoft/vcpkg#10683
This reverts commit 3499ce5. No longer needed as of mixxxdj/vcpkg#95
Shell substitutions such as `$HOME` do not seem to work here
This fixes the missing path on Linux
To avoid having the different jobs clash
Owner
Author
|
We'll disable set battery indicator by setting We would probably have to tell CMake to link glib with gobject similar to the other PRs linked above, the |
Owner
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This adds an experimental x86_64 Linux build, which should lay the foundation for #36 too. Cross-compilation will likely become a bit more involved on Linux compared to macOS since the system doesn't ship all of the target libraries natively. It currently uses a patched integration branch of Mixxx to fix some linking issues that arise due to most dependencies being linked statically (which is unlike the standard Debian build environment that Mixxx usually provides).
Upstreaming progress:
x64-linuxoverlay triplet mixxxdj/vcpkg#95To do:
Since statically linking Mixxx on Linux does not seem to be a well-supported scenario by upstream, an alternative would be to build with the standard Debian environment and then bundling the shared libraries (e.g. copying most of the libraries listed by
lddinto an AppImage or similar).