Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch x64 build to MINGW-UCRT following rubyinstaller-head #67

Merged
merged 2 commits into from
Jun 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install:
- c:/msys64/usr/bin/bash -lc "pacman --noconfirm --remove mingw-w64-i686-gcc-ada mingw-w64-i686-gcc-objc mingw-w64-x86_64-gcc-ada mingw-w64-x86_64-gcc-objc"
- c:/msys64/usr/bin/bash -lc "pacman -Syu --noconfirm --ask 20"
- c:/msys64/usr/bin/bash -lc "pacman -Su --noconfirm"
- c:/msys64/usr/bin/bash -lc "pacman -S --noconfirm --needed ${MINGW_PACKAGE_PREFIX}-fox ${MINGW_PACKAGE_PREFIX}-swig"
- c:/msys64/usr/bin/bash -lc "pacman -S --noconfirm --needed ${MINGW_PACKAGE_PREFIX}-fox ${MINGW_PACKAGE_PREFIX}-swig ${MINGW_PACKAGE_PREFIX}-gcc"
- swig -version
- gem install bundler --conservative
- bundle config set force_ruby_platform true
Expand All @@ -30,8 +30,8 @@ test_script:
environment:
matrix:
- ruby_version: "head-x64"
MINGW_PACKAGE_PREFIX: "mingw-w64-x86_64"
MSYSTEM: "MINGW64"
MINGW_PACKAGE_PREFIX: "mingw-w64-ucrt-x86_64"
MSYSTEM: "UCRT64"
- ruby_version: "24"
MINGW_PACKAGE_PREFIX: "mingw-w64-i686"
MSYSTEM: "MINGW32"