[前][次][番号順一覧][スレッド一覧]

ruby-changes:57622

From: MSP-Greg <ko1@a...>
Date: Sat, 7 Sep 2019 10:49:03 +0900 (JST)
Subject: [ruby-changes:57622] 4068be1d9f (master): appveyor.yml - msys2 update code

https://git.ruby-lang.org/ruby.git/commit/?id=4068be1d9f

From 4068be1d9f60d8a9ac063c4871986dc26bdd0d56 Mon Sep 17 00:00:00 2001
From: MSP-Greg <MSP-Greg@u...>
Date: Fri, 6 Sep 2019 19:14:15 -0500
Subject: appveyor.yml - msys2 update code

As AppVeyor's MSYS2 install gets out of date, this may require 'special' code...

This code also adds updating the database, which currently updates gcc from 9.1.0 to 9.2.0.

diff --git a/appveyor.yml b/appveyor.yml
index 3d3a53a..28ca917 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -98,8 +98,8 @@ for: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L98
     - SET PATH=%ruby_path%\bin;C:\msys64\%MSYSTEM%\bin;C:\msys64\usr\bin;%PATH%
     - ruby --version
   build_script:
-    - 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-gettext mingw-w64-x86_64-gmp mingw-w64-x86_64-libffi mingw-w64-x86_64-libyaml mingw-w64-x86_64-openssl mingw-w64-x86_64-ragel mingw-w64-x86_64-readline mingw-w64-x86_64-zlib
+    - pacman -Sy --noconfirm --noprogressbar --needed mingw-w64-x86_64-toolchain
+    - pacman -S  --noconfirm --noprogressbar --needed mingw-w64-x86_64-gdbm mingw-w64-x86_64-gmp mingw-w64-x86_64-libffi mingw-w64-x86_64-libyaml mingw-w64-x86_64-openssl mingw-w64-x86_64-ragel mingw-w64-x86_64-readline mingw-w64-x86_64-zlib
     - cd %APPVEYOR_BUILD_FOLDER%
     - set CFLAGS=-march=%MSYS2_ARCH:_=-% -mtune=generic -O3 -pipe
     - set CXXFLAGS=%CFLAGS%
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]