]> git.apps.os.sepia.ceph.com Git - ceph-ci.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)
committerKen Dreyer <kdreyer@redhat.com>
Fri, 16 Sep 2022 17:51:58 +0000 (13:51 -0400)
This simplifies the installation process when I run it in an interactive
terminal.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
win32_deps_build.sh

index 3fe8b6564426c13b3aa32413c8847dfe9d7e82a6..3264f68eec97388cca352fee5c9dd3cd1c7006f2 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