]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
build_utils.sh: remove --debugsolver 2188/head
authorDan Mick <dmick@redhat.com>
Thu, 18 Jan 2024 23:40:46 +0000 (15:40 -0800)
committerDan Mick <dmick@redhat.com>
Thu, 18 Jan 2024 23:40:46 +0000 (15:40 -0800)
It leaves root-owned files around which causes cleanup issues

Signed-off-by: Dan Mick <dmick@redhat.com>
scripts/build_utils.sh

index d28458c70b6ed1c04c1f53abe909f604a0d36d60..5b2c16791e9347fb6df9236caec1db58c8765978 100755 (executable)
@@ -1491,7 +1491,7 @@ setup_rpm_build_deps() {
     $SUDO dnf install -y python3-devel
 
     $SUDO dnf clean all
-    $SUDO dnf builddep -d 10 --debugsolver -y --setopt=*.skip_if_unavailable=true $DIR/ceph.spec
+    $SUDO dnf builddep -y --setopt=*.skip_if_unavailable=true $DIR/ceph.spec
 }
 
 setup_rpm_build_area() {