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

ruby-changes:69333

From: Nobuyoshi <ko1@a...>
Date: Fri, 22 Oct 2021 17:17:56 +0900 (JST)
Subject: [ruby-changes:69333] aee4940d5e (master): Reduce YJIT runs on macOS [ci skip]

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

From aee4940d5e45f6502aa661662d0ee142a45b98dc Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Fri, 22 Oct 2021 17:08:44 +0900
Subject: Reduce YJIT runs on macOS [ci skip]

MacOs concurrency on GitHub Actions is limited, and the
performance is relatively poor.
---
 .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 a0054f8a0c..f91be50559 100644
--- a/.github/workflows/yjit-macos.yml
+++ b/.github/workflows/yjit-macos.yml
@@ -9,8 +9,8 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/yjit-macos.yml#L9
         yjit_opts: [
           "--yjit",
           "--yjit --yjit-call-threshold=1 --yjit-max-versions=1",
-          "--yjit --yjit-call-threshold=1",
-          "--yjit --yjit-call-threshold=2"
+          # "--yjit --yjit-call-threshold=1",
+          # "--yjit --yjit-call-threshold=2"
         ]
       fail-fast: false
     env:
-- 
cgit v1.2.1


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

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