]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
win32: install deps with DEBIAN_FRONTEND=noninteractive
authorKen Dreyer <kdreyer@redhat.com>
Tue, 13 Sep 2022 16:44:05 +0000 (12:44 -0400)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Fri, 26 May 2023 06:45:38 +0000 (06:45 +0000)
This simplifies the installation process when I run it in an interactive
terminal.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
(cherry picked from commit 100990cfa628d20cceed5d74c6d2374f32dc58ff)

win32_deps_build.sh

index 507d3176eda95d930f76456bfec8924ae4421320..759f6ddb5396c0b0bf871f1e52cf9540fe54b173 100755 (executable)
@@ -69,7 +69,8 @@ echo "Installing required packages."
 case "$OS" in
     ubuntu)
         sudo apt-get update
-        sudo apt-get -y install mingw-w64 cmake pkg-config \
+        sudo env DEBIAN_FRONTEND=noninteractive apt-get -y install \
+            mingw-w64 cmake pkg-config \
             python3-dev python3-pip python3-yaml \
                 autoconf libtool ninja-build zip
         sudo python3 -m pip install cython