summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMSP-Greg <MSP-Greg@users.noreply.github.com>2019-05-31 11:21:52 -0500
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-06-01 02:16:34 +0900
commitaeb9a0ca77725896ef072fa9bc0a031430a3a0e5 (patch)
tree528f8b233b3bf09a6dcac034354befd5ebd85004 /appveyor.yml
parent1d37cc1900b6cf13285417577cb21c01195d3d2a (diff)
appveyor.yml again!
This issuse is caused by MSYS2 changing from using ncurses to pdcurses. Appveyor's MSYS2 is so out-of-date that partial updates are 'troublesome'...
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index b1eeaafd1d..75c530773c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -99,9 +99,9 @@ for:
build_script:
# always update database
- pacman -Sy
- - pacman -S --noconfirm --needed --noprogressbar --nodeps mingw-w64-x86_64-toolchain
- # 2019-May-29 delete below after next Appveyor msys2 update, above line remove '--nodeps'
+ # 2019-May-31 delete below after next Appveyor msys2 update, also next line's "--nodeps"
- pacman -S --noconfirm --needed --noprogressbar mingw-w64-x86_64-python3 mingw-w64-x86_64-readline mingw-w64-x86_64-sqlite3
+ - pacman -S --noconfirm --needed --noprogressbar --nodeps mingw-w64-x86_64-toolchain
- pacman -S --noconfirm --needed --noprogressbar mingw-w64-x86_64-gdbm mingw-w64-x86_64-gmp mingw-w64-x86_64-libffi mingw-w64-x86_64-openssl mingw-w64-x86_64-pdcurses mingw-w64-x86_64-readline mingw-w64-x86_64-zlib
- cd %APPVEYOR_BUILD_FOLDER%
- set CFLAGS=-march=%MSYS2_ARCH:_=-% -mtune=generic -O3 -pipe