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 cc491b9 commit 94c8f84Copy full SHA for 94c8f84
tool/jt.rb
@@ -242,7 +242,7 @@ def truffleruby_compiler?
242
# Use realpath to always use the executable in languages/ruby/bin/
243
graalvm_home = File.expand_path("../../../..#{'/..' * language_dir.count('/')}", File.realpath(ruby_launcher))
244
@truffleruby_compiler = File.readlines("#{graalvm_home}/release").grep(/^COMMIT_INFO=/).any? do |line|
245
- line.include?('"compiler":')
+ line.include?('"compiler":') || line.include?("'compiler':")
246
end
247
248
0 commit comments