diff options
author | Alexander Færøy <ahf@torproject.org> | 2020-06-02 13:07:54 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-06-05 12:37:08 -0400 |
commit | c1add51bcc49c299391e662603b590699031496c (patch) | |
tree | 365cc9ce5d4ce95f8c8cdebf90c75343e6512a9f /.appveyor.yml | |
parent | a59d54756f9b369fefdc7ca84c432d8873264f42 (diff) | |
download | tor-c1add51bcc49c299391e662603b590699031496c.tar.gz tor-c1add51bcc49c299391e662603b590699031496c.zip |
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
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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: |