1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

miniruby may not be built when cross-compiling

This commit is contained in:
Nobuyoshi Nakada 2022-09-03 15:10:23 +09:00
parent c4f2f2ef2b
commit 652a624891
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -92,7 +92,8 @@ jobs:
debugflags="${{ matrix.entry.debugflags }}" \
wasmoptflags="${{ matrix.entry.wasmoptflags }} ${{ matrix.entry.debugflags }}"
- run: make ruby
# miniruby may not be built when cross-compling
- run: make mini ruby
- name: Run basictest
run: wasmtime run ./../build/miniruby --mapdir /::./ -- basictest/test.rb
working-directory: src