Project

General

Profile

Bug #21965

Updated by hsbt (Hiroshi SHIBATA) about 1 month ago

cross compile with out-of-source build is broken since 14th March. 14th. 

 I created simple cross-compile workflow with out-of-source build at https://github.com/ruby/ruby/pull/16545 because our CI suite is not covered that case. 

 `ruby_4_0` branch is working fine: https://github.com/ruby/ruby/actions/runs/23571659532/job/68635350261 

 `master` branch is broken: https://github.com/ruby/ruby/actions/runs/23574018376/job/68642526668 

 ``` 
 ... 
 making ../src/warning.rbinc 
 making ../src/gc.rbinc 
 ./dump_ast: 1: ELF�@[@��5@8: not found 
 ./dump_ast: 1: %@@@��888,�: not found 
 ./dump_ast: 2: ,�: not found 
 ./dump_ast: 3: ��: not found 
 ... 
 ``` 

 @nobu try to fix that at https://github.com/ruby/ruby/pull/16456 

Back