mirror of
https://github.com/ceph/ceph
synced 2025-01-12 06:00:46 +00:00
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 <kdreyer@redhat.com>
This commit is contained in:
parent
2bdccfd5ea
commit
100990cfa6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user