From: Andrea Bolognani Date: Tue, 28 Nov 2023 18:25:46 +0000 (+0100) Subject: ci: Stop passing --nodeps to rpmbuild X-Git-Tag: v10.0.0-rc1~128 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fa14b4a1a647872e0168f02b17881c8ef41b2532;p=thirdparty%2Flibvirt.git ci: Stop passing --nodeps to rpmbuild All BuildRequires should now be part of the build environment, so it's no longer needed. This ensures that, if we forget to add some BuildRequires to the build environment in the future, the mistake will be quickly detected. Signed-off-by: Andrea Bolognani Reviewed-by: Pavel Hrdina --- diff --git a/ci/jobs.sh b/ci/jobs.sh index b9e0494338..9a1c668d2e 100644 --- a/ci/jobs.sh +++ b/ci/jobs.sh @@ -94,7 +94,6 @@ run_rpmbuild() { run_cmd rpmbuild \ --clean \ - --nodeps \ --define "_without_$build1 1" \ --define "_without_$build2 1" \ -ta build/meson-dist/libvirt-*.tar.xz