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:
2626 - C:\msys64\usr\bin\curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig
2727 - ridk exec bash -c "pacman-key --verify msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig"
2828 - 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"
3033
3134 # prevent freetds to link to wrong ws2_32 lib on i686-w64-mingw32
3235 - c:/msys64/usr/bin/rm /usr/lib/w32api/libws2_32.a
You can’t perform that action at this time.
0 commit comments