summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNoah Gibbs <noah.gibbs@shopify.com>2021-10-07 16:57:10 +0100
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:42 -0400
commit4705db6a37db61cb9da90a5c6a57015cb6fda50f (patch)
tree632aa4d7132da906ab0683251141aa2f6cdebc35 /.github
parent21e58acef347bb3891262ab38ac211c8d877efd7 (diff)
Try turning off test-bundler-parallel to see if that fixes all the build errors
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/yjit-macos.yml2
-rw-r--r--.github/workflows/yjit-ubuntu.yml2
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:
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:
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