[前][次][番号順一覧][スレッド一覧]

ruby-changes:73391

From: Nobuyoshi <ko1@a...>
Date: Sat, 3 Sep 2022 19:22:29 +0900 (JST)
Subject: [ruby-changes:73391] 652a624891 (master): miniruby may not be built when cross-compiling

https://git.ruby-lang.org/ruby.git/commit/?id=652a624891

From 652a624891eae34c3ba7b60eeb5419f0434f8e5e Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sat, 3 Sep 2022 15:10:23 +0900
Subject: miniruby may not be built when cross-compiling

---
 .github/workflows/wasm.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml
index 713444b741..553347d727 100644
--- a/.github/workflows/wasm.yml
+++ b/.github/workflows/wasm.yml
@@ -92,7 +92,8 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/wasm.yml#L92
             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
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]