We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d155d9 commit 0e2f30bCopy full SHA for 0e2f30b
lib/ruby_wasm/build_system/product/crossruby.rb
@@ -186,10 +186,6 @@ def artifact
186
File.join(@rubies_dir, "ruby-#{name}.tar.gz")
187
end
188
189
- def built?
190
- File.exist?(artifact)
191
- end
192
-
193
def extinit_obj
194
"#{ext_build_dir}/extinit.o"
195
lib/ruby_wasm/rake_task.rb
@@ -68,7 +68,6 @@ def initialize(
68
69
desc "Cross-build Ruby for #{@target}"
70
task name do
71
- next if @crossruby.built?
72
@crossruby.build
73
74
namespace name do
0 commit comments