summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2025-01-28 14:44:02 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-01-28 15:20:59 +0900
commit4c73c3115ebcd164b6d58931f4ffef09a2f93176 (patch)
tree0cc73b4301037f20cf682beed572426ed8234614
parentdaeac9994e2eda2b5480293a745ee157f6af3104 (diff)
Increased job number on Cygwin build
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12649
-rw-r--r--.github/workflows/cygwin.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml
index cb99634f13..5b111bd389 100644
--- a/.github/workflows/cygwin.yml
+++ b/.github/workflows/cygwin.yml
@@ -57,11 +57,11 @@ jobs:
- name: Extract bundled gems
run: |
- make ruby -j2
+ make ruby -j5
make extract-gems
shell: C:\cygwin\bin\bash.EXE --noprofile --norc -e -o igncr -o pipefail {0}
- name: make all
timeout-minutes: 30
- run: make -j2 V=1
+ run: make -j4 V=1
shell: C:\cygwin\bin\bash.EXE --noprofile --norc -e -o igncr -o pipefail {0}