You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current cache mechanism cannot restore two or more artifacts produced within a single rake task job. This usually happens for PIC & non-PIC builds invoked by rake npm:ruby-head-wasm-wasi:build
Our cache mechanism does not allow partial cache-hit, so even if we change only crossruby source revision, we have to rebuild openssl from scratch.
Our cache mechanism is not sensitive to recipe changes. For instance, even if we change CFLAGS value, crossruby product will not be rebuilt.
The text was updated successfully, but these errors were encountered:
The underlying build system of
rbwasm build
is quite messy.ruby.wasm/lib/ruby_wasm/build/product/baseruby.rb
Line 26 in a5d06a0
ruby.wasm/lib/ruby_wasm/build/product/crossruby.rb
Line 171 in a5d06a0
ruby.wasm/lib/ruby_wasm/build.rb
Line 78 in a5d06a0
rake npm:ruby-head-wasm-wasi:build
The text was updated successfully, but these errors were encountered: