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

ruby-changes:70889

From: Nobuyoshi <ko1@a...>
Date: Sat, 15 Jan 2022 22:25:10 +0900 (JST)
Subject: [ruby-changes:70889] 4c2d6f7655 (master): Test enable-load-relative

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

From 4c2d6f76553d03a5c9742a2cf3a22e41333d75a7 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sat, 15 Jan 2022 21:33:14 +0900
Subject: Test enable-load-relative

Now rubygems has the tests depending on it.
---
 .github/workflows/ubuntu.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 4c5fe0e818c..5cfc08989ee 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -26,16 +26,15 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/ubuntu.yml#L26
         configure: ["", "cppflags=-DRUBY_DEBUG"]
         include:
           - test_task: "check"
-            os: ubuntu-20.04
             configure: "--host=i686-$OSTYPE"
+          - test_task: "check"
+            configure: "--enable-shared --enable-load-relative"
           - test_task: "test-all TESTS=--repeat-count=2"
-            os: ubuntu-20.04
-            configure: ""
       fail-fast: false
     env:
       GITPULLOPTIONS: --no-tags origin ${{github.ref}}
       RUBY_DEBUG: ci
-    runs-on: ${{ matrix.os }}
+    runs-on: ${{ matrix.os || 'ubuntu-20.04' }}
     if: ${{ !startsWith(github.event.head_commit.message, '[DOC]') && !contains(github.event.pull_request.labels.*.name, 'Documentation') }}
     steps:
       - run: mkdir build
-- 
cgit v1.2.1


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

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