File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ install:
32
32
# Kill all running msys2 binaries to avoid error "size of shared memory region changed".
33
33
# See https://github.com/msys2/MSYS2-packages/issues/258
34
34
- powershell -Command "Get-Process | Where-Object {$_.path -like 'C:\msys64*'} | Stop-Process"
35
+ # update packages one more time
36
+ - C:\msys64\usr\bin\pacman --noconfirm -Syu
35
37
# prevent freetds to link to wrong ws2_32 lib on i686-w64-mingw32
36
38
- c:/msys64/usr/bin/rm /usr/lib/w32api/libws2_32.a
37
39
# Set up project prerequisits
@@ -62,9 +64,9 @@ environment:
62
64
secure : fYKSKV4v+36OFQp2nZdX4DfUpgmy5cm0wuR73cgdmEk=
63
65
matrix :
64
66
- ruby_version : " 24"
65
- - ruby_version : " 25-x64"
66
- - ruby_version : " 26"
67
- - ruby_version : " head-x64"
67
+ # - ruby_version: "25-x64"
68
+ # - ruby_version: "26"
69
+ # - ruby_version: "head-x64"
68
70
on_failure :
69
71
- find -name config.log | xargs cat
70
72
- find -name compile.log | xargs cat
You can’t perform that action at this time.
0 commit comments