Skip to content

Commit 74b4b43

Browse files
committed
[GR-17457] Fix jt igv
PullRequest: truffleruby/4559
2 parents d1c8bfe + 2800bf9 commit 74b4b43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tool/jt.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181

8282
JDK_VERSIONS = %w[latest 21]
8383
LTS_JDK_VERSION = '21'
84+
IGV_JDK_VERSION = '21'
8485
DEFAULT_JDK_VERSION = 'latest'
8586

8687
# Not yet 'jdk.graal' as we test against 21 and 21 does not know 'jdk.graal'
@@ -2444,7 +2445,7 @@ def graph(*args)
24442445

24452446
def igv
24462447
compiler = "#{GRAAL_DIR}/compiler"
2447-
@jdk_version = LTS_JDK_VERSION
2448+
ENV['TOOLS_JAVA_HOME'] = install_jvmci("Downloading JDK#{IGV_JDK_VERSION} to run IGV", jdk_version: IGV_JDK_VERSION)
24482449
mx('igv', chdir: compiler)
24492450
end
24502451

0 commit comments

Comments
 (0)