From: Ken Dreyer Date: Tue, 13 Sep 2022 16:44:05 +0000 (-0400) Subject: win32: install deps with DEBIAN_FRONTEND=noninteractive X-Git-Tag: v18.1.0~639^2~23^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=100990cfa628d20cceed5d74c6d2374f32dc58ff;p=ceph-ci.git win32: install deps with DEBIAN_FRONTEND=noninteractive This simplifies the installation process when I run it in an interactive terminal. Signed-off-by: Ken Dreyer --- diff --git a/win32_deps_build.sh b/win32_deps_build.sh index 3fe8b656442..3264f68eec9 100755 --- a/win32_deps_build.sh +++ b/win32_deps_build.sh @@ -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