ruby-changes:52142
From: k0kubun <ko1@a...>
Date: Tue, 14 Aug 2018 01:03:53 +0900 (JST)
Subject: [ruby-changes:52142] k0kubun:r64350 (trunk): appveyor.yml: install gdbm
k0kubun 2018-08-14 01:03:47 +0900 (Tue, 14 Aug 2018) New Revision: 64350 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64350 Log: appveyor.yml: install gdbm which is missing on AppVeyor environment https://github.com/ruby/ruby/commit/6a1e323ae88101cfed3fc4591d6e6a3bd8c05f02#commitcomment-30056791 Modified files: trunk/appveyor.yml Index: appveyor.yml =================================================================== --- appveyor.yml (revision 64349) +++ appveyor.yml (revision 64350) @@ -118,7 +118,7 @@ for: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L118 pacman --noconfirm --sync --refresh --refresh pacman pacman --noconfirm --sync --refresh --refresh --sysupgrade --sysupgrade - pacman --noconfirm -S --needed base-devel" + pacman --noconfirm -S --needed base-devel mingw-w64-x86_64-gdbm" - | sh -c "ln -s $(which autom4te) /usr/bin/autom4te" sh -c "ln -s $(which m4) /usr/bin/m4" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/