mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
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 <abologna@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
417bd41cba
commit
fa14b4a1a6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user