summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2025-11-08 19:49:27 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2025-11-08 19:49:32 -0800
commit529dd8d76efbe655fabce8933852504851266b2b (patch)
tree8737a6fa2716bbb7e41a5730c583d3eb4864c803
parent827f11fce3c92dce80ebc5dc80be9acdafae1173 (diff)
cygwin.yml: Disable a broken step
https://github.com/ruby/ruby/actions/runs/19201736990/job/54890646022
-rw-r--r--.github/workflows/cygwin.yml11
1 files changed, 6 insertions, 5 deletions
diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml
index 1941309b1a..9524213827 100644
--- a/.github/workflows/cygwin.yml
+++ b/.github/workflows/cygwin.yml
@@ -53,11 +53,12 @@ jobs:
./configure --disable-install-doc
shell: C:\cygwin\bin\bash.EXE --noprofile --norc -e -o igncr -o pipefail {0}
- - name: Extract bundled gems
- run: |
- make ruby -j5
- make extract-gems
- shell: C:\cygwin\bin\bash.EXE --noprofile --norc -e -o igncr -o pipefail {0}
+ # This fails with: tool/outdate-bundled-gems.rb:3:in 'Kernel#require': cannot load such file -- rubygems (LoadError)
+ #- name: Extract bundled gems
+ # run: |
+ # 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