Skip to content

Commit 83cf386

Browse files
chrisseatoneregon
authored andcommitted
Don’t build the C extension on TruffleRuby
1 parent 0057469 commit 83cf386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Rake::JavaExtensionTask.new('concurrent_ruby', core_gemspec) do |ext|
2424
ext.lib_dir = 'lib/concurrent-ruby/concurrent'
2525
end
2626

27-
unless Concurrent.on_jruby?
27+
unless Concurrent.on_jruby? || Concurrent.on_truffleruby?
2828
require 'rake/extensiontask'
2929

3030
Rake::ExtensionTask.new('concurrent_ruby_ext', ext_gemspec) do |ext|

0 commit comments

Comments
 (0)