Skip to content

Commit 748e2b7

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 66ff371 commit 748e2b7

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
@@ -58,11 +58,20 @@ jobs:
5858
sparse-checkout: /.github
5959
persist-credentials: false
6060

61+
# Temporarily checkout ruby_4_0 to verify cross-compile on a branch that supports it
62+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
63+
with:
64+
repository: ruby/ruby
65+
ref: ruby_4_0
66+
path: src
67+
persist-credentials: false
68+
6169
- uses: ./.github/actions/setup/directories
6270
with:
6371
srcdir: src
6472
builddir: build
6573
makeup: true
74+
checkout: ''
6675

6776
- name: Install cross-compilation toolchain
6877
run: |

0 commit comments

Comments
 (0)