[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/maint-0.4.2] Update and upgrade Pacman before installing dependencies in AppVeyor.
commit c1add51bcc49c299391e662603b590699031496c
Author: Alexander Færøy <ahf@xxxxxxxxxxxxxx>
Date: Tue Jun 2 13:07:54 2020 +0000
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
---
.appveyor.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.appveyor.yml b/.appveyor.yml
index dbe52d9ea..461eacb4a 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:
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits