mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Try turning off test-bundler-parallel to see if that fixes all the build errors
This commit is contained in:
parent
21e58acef3
commit
4705db6a37
2 changed files with 2 additions and 2 deletions
2
.github/workflows/yjit-macos.yml
vendored
2
.github/workflows/yjit-macos.yml
vendored
|
@ -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",
|
||||
|
|
2
.github/workflows/yjit-ubuntu.yml
vendored
2
.github/workflows/yjit-ubuntu.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue