Skip to content

Commit 9466f26

Browse files
Disable CI cache for npm packages for now
1 parent 0cd50f1 commit 9466f26

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rakelib/packaging.rake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ def npm_pkg_build_command(pkg)
2525
end
2626

2727
def npm_pkg_rubies_cache_key(pkg)
28+
# FIXME: Now CrossRubyExtProduct depends on just built baseruby, and exts can be
29+
# built after restoring the tarball cache. So it can fail to find baseruby when the
30+
# cache hit. We need to orchestrate the build dependency graph properly.
31+
return nil if pkg[:name] == "ruby-head-wasm-wasi"
2832
build_command = npm_pkg_build_command(pkg)
2933
return nil unless build_command
3034
require "open3"

0 commit comments

Comments
 (0)