Skip to content

Commit e635def

Browse files
committed
[skip travis] fix error: failed to prepare transaction (could not find database)
1 parent 77341a3 commit e635def

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

appveyor.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ install:
3232
# Kill all running msys2 binaries to avoid error "size of shared memory region changed".
3333
# See https://github.com/msys2/MSYS2-packages/issues/258
3434
- 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
3537
# prevent freetds to link to wrong ws2_32 lib on i686-w64-mingw32
3638
- c:/msys64/usr/bin/rm /usr/lib/w32api/libws2_32.a
3739
# Set up project prerequisits
@@ -62,9 +64,9 @@ environment:
6264
secure: fYKSKV4v+36OFQp2nZdX4DfUpgmy5cm0wuR73cgdmEk=
6365
matrix:
6466
- 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"
6870
on_failure:
6971
- find -name config.log | xargs cat
7072
- find -name compile.log | xargs cat

0 commit comments

Comments
 (0)