Skip to content

Commit a9ea32c

Browse files
hsbtclaude
andcommitted
Temporarily use ruby_4_0 branch for cross-compile testing
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1b717b1 commit a9ea32c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/crosscompile.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,20 @@ jobs:
4949
sparse-checkout: /.github
5050
persist-credentials: false
5151

52+
# Temporarily checkout ruby_4_0 to verify cross-compile on a branch that supports it
53+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
54+
with:
55+
repository: ruby/ruby
56+
ref: ruby_4_0
57+
path: src
58+
persist-credentials: false
59+
5260
- uses: ./.github/actions/setup/directories
5361
with:
5462
srcdir: src
5563
builddir: build
5664
makeup: true
65+
checkout: ''
5766

5867
- name: Install cross-compilation toolchain
5968
run: |

0 commit comments

Comments
 (0)