From: Tobias Brunner Date: Thu, 2 Mar 2023 10:44:59 +0000 (+0100) Subject: appveyor: Install gperf manually on newer versions of msys2 X-Git-Tag: 5.9.11dr1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38871d62adc42a05fbba94c25b0b1d029709d558;p=thirdparty%2Fstrongswan.git appveyor: Install gperf manually on newer versions of msys2 --- diff --git a/.appveyor.yml b/.appveyor.yml index 313ad9e6fc..17221b0e48 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -30,8 +30,8 @@ install: IF "%IMG%" == "2019" set OPENSSL=OpenSSL-v111 set OPENSSL_DIR=/c/%OPENSSL%-%TEST% C:\%OPENSSL%-%TEST%\bin\openssl.exe version -a - # newer versions of msys2 don't provide autotools via base-devel anymore - - IF "%IMG%" == "2019" %MSYS_SH% --login -c ". /etc/profile && pacman --noconfirm -S --needed autotools" + # newer versions of msys2 don't provide autotools or gperf via base-devel anymore + - IF "%IMG%" == "2019" %MSYS_SH% --login -c ". /etc/profile && pacman --noconfirm -S --needed autotools gperf" build_script: - '%MSYS_SH% --login -c ". /etc/profile && cd $APPVEYOR_BUILD_FOLDER && ./scripts/test.sh deps"'