]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
win32: install wget when building on ubuntu
authorKen Dreyer <kdreyer@redhat.com>
Tue, 13 Sep 2022 16:44:18 +0000 (12:44 -0400)
committerKen Dreyer <kdreyer@redhat.com>
Fri, 16 Sep 2022 17:52:24 +0000 (13:52 -0400)
The build process requires wget. Install this on Ubuntu platforms.

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

index 3264f68eec97388cca352fee5c9dd3cd1c7006f2..dfca6c37b015665c4e1c02252c47c882a9aea314 100755 (executable)
@@ -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)