mixxxdj / mixxx

Mixxx is Free DJ software that gives you everything you need to perform live mixes.
http://mixxx.org
Other
4.25k stars 1.24k forks source link

Fix failing QML-related tests on macOS x64 and reenable it in CI #13336

Open fwcd opened 3 weeks ago

fwcd commented 3 weeks ago

LegacyControllerMappingValidationTest.HidMappingsValid currently fails on macOS x64 when -DQML is set to ON (see e.g. this CI run), likely because there are some missing QML dependencies in the build environment. For now QML is disabled in macOS x64 CI, but we should figure out the specific issue and re-enable it. See https://github.com/mixxxdj/mixxx/pull/13334#issuecomment-2152990404 for details.