KDAB / cxx-qt

Safe interop between Rust and Qt
https://kdab.github.io/cxx-qt/book/
993 stars 66 forks source link

fix: Remove dev-dependencies on cxx-qt-lib #997

Closed LeonMatthesKDAB closed 1 month ago

LeonMatthesKDAB commented 1 month ago

This was causing a duplicate build of cxx-qt-lib, which caused the file locking issues we observed in CI.

This should also speed up the CI run for cargo_test, as it's not building -lib twice now.

However, this doesn't yet solve the inherent issue that Cargo may run build scripts of different configurations in parallel. So this remains a TODO!