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

ruby-changes:70633

From: Masataka <ko1@a...>
Date: Tue, 28 Dec 2021 18:19:02 +0900 (JST)
Subject: [ruby-changes:70633] b948b1a4e1 (master): Fix RBS test failures of taint/trust (#5364)

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

From b948b1a4e1f8a4a697bbc76873d728afcdc1694a Mon Sep 17 00:00:00 2001
From: Masataka Pocke Kuwabara <kuwabara@p...>
Date: Tue, 28 Dec 2021 18:18:40 +0900
Subject: Fix RBS test failures of taint/trust (#5364)

---
 .github/workflows/ubuntu.yml      | 2 +-
 .github/workflows/yjit-ubuntu.yml | 2 +-
 gems/bundled_gems                 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 81c56384cfd..ff79dad880f 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -101,7 +101,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/ubuntu.yml#L101
         env:
           RUBY_TESTOPTS: "-q --tty=no"
           TESTS: ${{ matrix.test_task == 'check' && matrix.skipped_tests || '' }}
-          TEST_BUNDLED_GEMS_ALLOW_FAILURES: "rbs"
+          TEST_BUNDLED_GEMS_ALLOW_FAILURES: ""
       - name: make skipped tests
         run: |
           $SETARCH make -s test-all TESTS=`echo "$TESTS" | sed 's| |$/ -n/|g;s|^|-n/|;s|$|$$/|'`
diff --git a/.github/workflows/yjit-ubuntu.yml b/.github/workflows/yjit-ubuntu.yml
index c9a57ad74ac..c479b8a624a 100644
--- a/.github/workflows/yjit-ubuntu.yml
+++ b/.github/workflows/yjit-ubuntu.yml
@@ -92,7 +92,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/yjit-ubuntu.yml#L92
         timeout-minutes: 60
         env:
           RUBY_TESTOPTS: "-q --tty=no"
-          TEST_BUNDLED_GEMS_ALLOW_FAILURES: "rbs"
+          TEST_BUNDLED_GEMS_ALLOW_FAILURES: ""
       - uses: k0kubun/action-slack@v...
         with:
           payload: |
diff --git a/gems/bundled_gems b/gems/bundled_gems
index 0d5cddae809..122737b6e78 100644
--- a/gems/bundled_gems
+++ b/gems/bundled_gems
@@ -11,6 +11,6 @@ net-pop 0.1.1 https://github.com/ruby/net-pop https://github.com/ruby/ruby/blob/trunk/gems/bundled_gems#L11
 net-smtp 0.3.1 https://github.com/ruby/net-smtp
 matrix 0.4.2 https://github.com/ruby/matrix
 prime 0.1.2 https://github.com/ruby/prime
-rbs 2.0.0 https://github.com/ruby/rbs
+rbs 2.0.0 https://github.com/ruby/rbs cdd6a3a896001e25bd1feda3eab7f470bae935c1
 typeprof 0.21.1 https://github.com/ruby/typeprof
 debug 1.4.0 https://github.com/ruby/debug
-- 
cgit v1.2.1


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

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