File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,10 @@ install:
26
26
- C:\msys64\usr\bin\curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig
27
27
- ridk exec bash -c "pacman-key --verify msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig"
28
28
- ridk exec bash -c "pacman -U --noconfirm --config <(echo) msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz"
29
- - C:\msys64\usr\bin\bash -lc "yes | pacman -Syuu"
29
+ - C:\msys64\usr\bin\pacman --noconfirm --ask 20 --sync --refresh --refresh --sysupgrade --sysupgrade
30
+ # Kill all running msys2 binaries to avoid error "size of shared memory region changed".
31
+ # See https://github.com/msys2/MSYS2-packages/issues/258
32
+ - powershell -Command "Get-Process | Where-Object {$_.path -like 'C:\msys64*'} | Stop-Process"
30
33
31
34
# prevent freetds to link to wrong ws2_32 lib on i686-w64-mingw32
32
35
- c:/msys64/usr/bin/rm /usr/lib/w32api/libws2_32.a
You can’t perform that action at this time.
0 commit comments