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.
2 parents cc491b9 + 94c8f84 commit df83bc5Copy full SHA for df83bc5
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