Skip to content

Commit f668acc

Browse files
committed
[GR-67676] The -llvm artifacts are currently not up to date due to a JDK build system problem JDK-8361844.
1 parent b8da69f commit f668acc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler/mx.compiler/mx_compiler.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,6 +1263,9 @@ def get_latest_jvmci_version():
12631263
mx.abort(msg)
12641264

12651265
if version_check_setting == 'strict' and not success:
1266+
# [GR-67676] The `-llvm` artifacts are currently not up to date due to a JDK build system problem JDK-8361844.
1267+
if latest.endswith('-llvm'):
1268+
return
12661269
if latest == 'not found':
12671270
msg = f'No JVMCI JDK found in {common_path} that matches {_jdk_jvmci_version}.'
12681271
msg += os.linesep + f'Check that {latest} matches the versions of the other JVMCI JDKs.'

0 commit comments

Comments
 (0)