]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Update and upgrade Pacman before installing dependencies in AppVeyor.
authorAlexander Færøy <ahf@torproject.org>
Tue, 2 Jun 2020 13:07:54 +0000 (13:07 +0000)
committerNick Mathewson <nickm@torproject.org>
Fri, 5 Jun 2020 16:37:08 +0000 (12:37 -0400)
This patch makes sures that AppVeyor upgrades its Pacman (the package
manager) before installing the Tor dependencies.

See: https://bugs.torproject.org/34384

.appveyor.yml

index dbe52d9ea4a5490601d9856b177f1a3a587c226e..461eacb4a998bd7469d5c9fac052eb67353fc932 100644 (file)
@@ -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: