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

ruby-changes:69252

From: Alan <ko1@a...>
Date: Thu, 21 Oct 2021 08:24:21 +0900 (JST)
Subject: [ruby-changes:69252] 27661ee8a3 (master): Turn on YJIT in macOS workflow

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

From 27661ee8a358626691a39c0ebe405b6bd8f66a2f Mon Sep 17 00:00:00 2001
From: Alan Wu <XrXr@u...>
Date: Fri, 8 Oct 2021 14:44:02 -0400
Subject: Turn on YJIT in macOS workflow

It wasn't on at all and the printout of RUBY_DESCRIPTION at the end of
`make check` wasn't saying +YJIT.
---
 .github/workflows/yjit-macos.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/yjit-macos.yml b/.github/workflows/yjit-macos.yml
index 1cda29b447..a0054f8a0c 100644
--- a/.github/workflows/yjit-macos.yml
+++ b/.github/workflows/yjit-macos.yml
@@ -1,4 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/.github/workflows/yjit-macos.yml#L1
-name: YJIT MacOS
+name: YJIT macOS
 on: [push, pull_request]
 jobs:
   make:
@@ -45,7 +45,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/yjit-macos.yml#L45
         if: matrix.test_task == 'check'
       - run: make prepare-gems
         if: ${{ matrix.test_task == 'check' }}
-      - run: make $JOBS -s ${{ matrix.test_task }}
+      - run: make $JOBS -s ${{ matrix.test_task }} RUN_OPTS="$RUN_OPTS"
         timeout-minutes: 60
         env:
           RUBY_TESTOPTS: "-q --tty=no"
-- 
cgit v1.2.1


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

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