KDAB / cxx-qt

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

Enable verbose ctest output #822

Closed LeonMatthesKDAB closed 3 weeks ago

LeonMatthesKDAB commented 9 months ago

This could help investigate why CTest is slow on Windows

LeonMatthesKDAB commented 9 months ago

So it seems the issue with Windows is indeed that building before cargo test takes around 6 min. This is very strange, as the build with CMake just takes 2 min. So why does building from within ctest all of a sudden take three times as long? It almost seems as if compiler caching isn't working there anymore?

ahayzen-kdab commented 9 months ago

So it seems the issue with Windows is indeed that building before cargo test takes around 6 min. This is very strange, as the build with CMake just takes 2 min. So why does building from within ctest all of a sudden take three times as long? It almost seems as if compiler caching isn't working there anymore?

Are we hitting that cargo and cmake build into different directories so then you get duplicated /target folders and therefore it needs to build everything again ? (I have this problem locally sometimes)

ahayzen-kdab commented 6 months ago

@LeonMatthesKDAB do you still need this ? or can it be closed ?

ahayzen-kdab commented 3 weeks ago

Not needed anymore :-)