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

ruby-changes:74190

From: nagachika <ko1@a...>
Date: Fri, 21 Oct 2022 22:52:30 +0900 (JST)
Subject: [ruby-changes:74190] 97e50a056e (ruby_3_1): merge revision(s) b9083c206aa02a824970e809d66607dd2c1a90f1:

https://git.ruby-lang.org/ruby.git/commit/?id=97e50a056e

From 97e50a056e795f6551cae2f07a9996f4adf73a1f Mon Sep 17 00:00:00 2001
From: nagachika <nagachika@r...>
Date: Fri, 21 Oct 2022 22:38:20 +0900
Subject: merge revision(s) b9083c206aa02a824970e809d66607dd2c1a90f1:

	[MSWin] Cache installed vcpkg packages

	---
	 .github/workflows/windows.yml | 7 +++++++
	 1 file changed, 7 insertions(+)
---
 .github/workflows/windows.yml | 7 +++++++
 version.h                     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index ebe5a0482f..28a07be9cd 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -55,6 +55,13 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/windows.yml#L55
           restore-keys: |
             ${{ runner.os }}-vcpkg-download-${{ matrix.os }}-
             ${{ runner.os }}-vcpkg-download-
+      - uses: actions/cache@v2
+        with:
+          path: C:\vcpkg\installed
+          key: ${{ runner.os }}-vcpkg-installed-${{ matrix.os }}-${{ github.sha }}
+          restore-keys: |
+            ${{ runner.os }}-vcpkg-installed-${{ matrix.os }}-
+            ${{ runner.os }}-vcpkg-installed-
       - name: Install libraries with vcpkg
         run: |
           vcpkg --triplet x64-windows install readline zlib
diff --git a/version.h b/version.h
index 6e8c14d64f..42a6040034 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 156
+#define RUBY_PATCHLEVEL 157
 
 #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/

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