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

ruby-changes:74192

From: nagachika <ko1@a...>
Date: Fri, 21 Oct 2022 22:52:31 +0900 (JST)
Subject: [ruby-changes:74192] 0cbfccd630 (ruby_3_1): merge revision(s) 7e24ebc649b9b12e5fc704d7fc7563aeaf589e03:

https://git.ruby-lang.org/ruby.git/commit/?id=0cbfccd630

From 0cbfccd6307e4306da7216d955cb5a78fc6062f9 Mon Sep 17 00:00:00 2001
From: nagachika <nagachika@r...>
Date: Fri, 21 Oct 2022 22:52:05 +0900
Subject: merge revision(s) 7e24ebc649b9b12e5fc704d7fc7563aeaf589e03:

	Disable msystem: MINGW64 job on GitHub Actions (#6545)

	---
	 .github/workflows/mingw.yml | 5 +----
	 1 file changed, 1 insertion(+), 4 deletions(-)
---
 .github/workflows/mingw.yml | 4 +---
 version.h                   | 2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml
index 2c27e5de76..3e6b77c58f 100644
--- a/.github/workflows/mingw.yml
+++ b/.github/workflows/mingw.yml
@@ -35,9 +35,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/mingw.yml#L35
     strategy:
       matrix:
         include:
-          - msystem: "MINGW64"
-            base_ruby: 2.6
-            test_task: [ "check" ] # to make job names consistent
+          # To mitigate flakiness of MinGW CI, we test only one runtime that newer MSYS2 uses.
           - msystem: "UCRT64"
             base_ruby: head
             test_task: [ "check" ] # to make job names consistent
diff --git a/version.h b/version.h
index e3872a3aa7..b0f40d4104 100644
--- a/version.h
+++ b/version.h
@@ -11,7 +11,7 @@ https://github.com/ruby/ruby/blob/trunk/version.h#L11
 # define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
 #define RUBY_VERSION_TEENY 3
 #define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
-#define RUBY_PATCHLEVEL 163
+#define RUBY_PATCHLEVEL 164
 
 #define RUBY_RELEASE_YEAR 2022
 #define RUBY_RELEASE_MONTH 10
-- 
cgit v1.2.3


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

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