mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
Stop reinstalling identical packages in our Windows CI
Fixes bug 27464; bugfix on 0.3.4.1-alpha.
This commit is contained in:
parent
0ea622aa3a
commit
d6779a9013
@ -26,7 +26,7 @@ install:
|
|||||||
{
|
{
|
||||||
Execute-Command 'c:\msys64\usr\bin\bash' '-e' '-c' $args
|
Execute-Command 'c:\msys64\usr\bin\bash' '-e' '-c' $args
|
||||||
}
|
}
|
||||||
Execute-Command "C:\msys64\usr\bin\pacman" -Sy --noconfirm openssl-devel openssl libevent-devel libevent mingw-w64-i686-libevent mingw-w64-x86_64-libevent mingw-w64-i686-openssl mingw-w64-x86_64-openssl mingw-w64-i686-zstd mingw-w64-x86_64-zstd
|
Execute-Command "C:\msys64\usr\bin\pacman" -Sy --needed --noconfirm openssl-devel openssl libevent-devel libevent mingw-w64-i686-libevent mingw-w64-x86_64-libevent mingw-w64-i686-openssl mingw-w64-x86_64-openssl mingw-w64-i686-zstd mingw-w64-x86_64-zstd
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- ps: >-
|
- ps: >-
|
||||||
|
3
changes/bug27464
Normal file
3
changes/bug27464
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
o Minor bugfixes (continuous integration):
|
||||||
|
- Stop reinstalling identical packages in our Windows CI.
|
||||||
|
Fixes bug 27464; bugfix on 0.3.4.1-alpha.
|
Loading…
Reference in New Issue
Block a user