On 25/01/21 10:56, Daniel P. Berrangé wrote:
When I suggested use of --no-rebuild, I was actally thinking that we would change the Makefile(s) to enable to pass the --no-rebuild arg to meson. egmake check MESON_ARGS=--no-rebuild is that, or something similar possible ?
It would but "make check" is not using Meson yet. Upon switching, you will indeed be able to do something like that ("make check MTESTARGS=--no-rebuild" in the patch I am using).
Paolo