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

ruby-changes:70604

From: Nobuyoshi <ko1@a...>
Date: Mon, 27 Dec 2021 00:34:22 +0900 (JST)
Subject: [ruby-changes:70604] 3a223aec2e (master): Ignore failures taint/trust in RBS tentatively [ci skip]

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

From 3a223aec2e2c7ef393dcc0c4a05cb1c9bc383775 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Mon, 27 Dec 2021 00:14:24 +0900
Subject: Ignore failures taint/trust in RBS tentatively [ci skip]

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

diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index ff79dad880f..81c56384cfd 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: ""
+          TEST_BUNDLED_GEMS_ALLOW_FAILURES: "rbs"
       - 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 c479b8a624a..c9a57ad74ac 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: ""
+          TEST_BUNDLED_GEMS_ALLOW_FAILURES: "rbs"
       - uses: k0kubun/action-slack@v...
         with:
           payload: |
-- 
cgit v1.2.1


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

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