From: Alexander Færøy Date: Tue, 2 Jun 2020 13:07:54 +0000 (+0000) Subject: Update and upgrade Pacman before installing dependencies in AppVeyor. X-Git-Tag: tor-0.3.5.11~15^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c1add51bcc49c299391e662603b590699031496c;p=thirdparty%2Ftor.git Update and upgrade Pacman before installing dependencies in AppVeyor. This patch makes sures that AppVeyor upgrades its Pacman (the package manager) before installing the Tor dependencies. See: https://bugs.torproject.org/34384 --- diff --git a/.appveyor.yml b/.appveyor.yml index dbe52d9ea4..461eacb4a9 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -65,6 +65,8 @@ install: # All installed library dlls must be copied to the test and app # directories, before running tor's tests. (See below.) #> + Execute-Command "C:\msys64\usr\bin\pacman" -Syu --verbose --noconfirm pacman ; +- ps: >- Execute-Command "C:\msys64\usr\bin\pacman" -Sy --verbose --needed --noconfirm ${env:mingw_prefix}-libevent ${env:mingw_prefix}-openssl ${env:mingw_prefix}-pkg-config ${env:mingw_prefix}-xz ${env:mingw_prefix}-zstd ; build_script: