From: Ken Dreyer Date: Tue, 13 Sep 2022 16:44:18 +0000 (-0400) Subject: win32: install wget when building on ubuntu X-Git-Tag: v18.1.0~1119^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1b4db7c477151d554a32fc937410d699318a290e;p=ceph.git win32: install wget when building on ubuntu The build process requires wget. Install this on Ubuntu platforms. Signed-off-by: Ken Dreyer --- diff --git a/win32_deps_build.sh b/win32_deps_build.sh index 3264f68eec97..dfca6c37b015 100755 --- a/win32_deps_build.sh +++ b/win32_deps_build.sh @@ -72,7 +72,7 @@ case "$OS" in 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 + autoconf libtool ninja-build wget zip sudo python3 -m pip install cython ;; suse)