]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
appveyor: Install gperf manually on newer versions of msys2
authorTobias Brunner <tobias@strongswan.org>
Thu, 2 Mar 2023 10:44:59 +0000 (11:44 +0100)
committerTobias Brunner <tobias@strongswan.org>
Thu, 2 Mar 2023 14:02:42 +0000 (15:02 +0100)
.appveyor.yml

index 313ad9e6fc274a88d664d3bc7084d4d1cee2a487..17221b0e48caa049139ae2d7f7e4d38a2bd6668f 100644 (file)
@@ -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"'