ruby-changes:69239
From: Noah <ko1@a...>
Date: Thu, 21 Oct 2021 08:24:19 +0900 (JST)
Subject: [ruby-changes:69239] 4705db6a37 (master): Try turning off test-bundler-parallel to see if that fixes all the build errors
https://git.ruby-lang.org/ruby.git/commit/?id=4705db6a37 From 4705db6a37db61cb9da90a5c6a57015cb6fda50f Mon Sep 17 00:00:00 2001 From: Noah Gibbs <noah.gibbs@s...> Date: Thu, 7 Oct 2021 16:57:10 +0100 Subject: Try turning off test-bundler-parallel to see if that fixes all the build errors --- .github/workflows/yjit-macos.yml | 2 +- .github/workflows/yjit-ubuntu.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/yjit-macos.yml b/.github/workflows/yjit-macos.yml index be0f3c8986..e84b5fb662 100644 --- a/.github/workflows/yjit-macos.yml +++ b/.github/workflows/yjit-macos.yml @@ -5,7 +5,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/yjit-macos.yml#L5 runs-on: macos-latest strategy: matrix: - test_task: [ "check", "test-bundler-parallel" ] #, "test-bundled-gems" ] + test_task: [ "check" ] #, "test-bundler-parallel" ] #, "test-bundled-gems" ] yjit_opts: [ "--yjit", "--yjit --yjit-call-threshold=1 --yjit-max-versions=1", diff --git a/.github/workflows/yjit-ubuntu.yml b/.github/workflows/yjit-ubuntu.yml index 93e12b725f..4473e149a9 100644 --- a/.github/workflows/yjit-ubuntu.yml +++ b/.github/workflows/yjit-ubuntu.yml @@ -4,7 +4,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/yjit-ubuntu.yml#L4 make: strategy: matrix: - test_task: ["check", "test-bundler-parallel", "test-bundled-gems", "test-all", "test-spec"] + test_task: ["check", "test-bundled-gems", "test-all", "test-spec"] # "test-bundler-parallel", os: - ubuntu-20.04 # - ubuntu-18.04 -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/