]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
ci: build.sh: Always assume -Dsystem=true
authorErik Skultety <eskultet@redhat.com>
Thu, 2 Feb 2023 15:40:37 +0000 (16:40 +0100)
committerErik Skultety <eskultet@redhat.com>
Fri, 11 Aug 2023 13:09:04 +0000 (15:09 +0200)
There's no harm in always building in system mode, i.e. setting the
right paths.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
ci/build.sh

index c7cba6ffa80c4bcbac00216d89bf1f3259476438..f6db4d2a7f1c8c989f988d3fa0465cadc5d64ce2 100644 (file)
@@ -8,7 +8,7 @@ export VIR_TEST_DEBUG=1
 # populated at build time from the Dockerfile. A typical use case would
 # be to pass options to trigger cross-compilation
 
-meson setup build --werror $MESON_OPTS $CI_MESON_ARGS || \
+meson setup build --werror -Dsystem=true $MESON_OPTS $CI_MESON_ARGS || \
 (cat build/meson-logs/meson-log.txt && exit 1)
 
 ninja -C build $CI_NINJA_ARGS