diff --git a/graal-common.json b/graal-common.json index 9e9f3a47a52c..02ec485c4c5d 100644 --- a/graal-common.json +++ b/graal-common.json @@ -1,6 +1,6 @@ { "README": "This file contains definitions that are useful for the jsonnet CI files of the graal and graal-enterprise repositories.", "ci": { - "overlay": "aecf4e4409bde4bfcc1009e5b8c895e150500dfa" + "overlay": "e0a912efe8855b9bb7c55c1f6a438dca93cd29c4" } } diff --git a/sdk/OWNERS.toml b/sdk/OWNERS.toml index 825e69247ee2..80a539526b7f 100644 --- a/sdk/OWNERS.toml +++ b/sdk/OWNERS.toml @@ -8,5 +8,5 @@ any = [ files = ["mx_sdk_vm*.py"] any = [ "gilles.m.duboscq@oracle.com", - "benoit.daloze@oracle.com", + "danilo.ansaloni@oracle.com", ] diff --git a/sdk/mx.sdk/mx_sdk_vm_impl.py b/sdk/mx.sdk/mx_sdk_vm_impl.py index 0cf71c07c14f..ad7fafbd02a0 100644 --- a/sdk/mx.sdk/mx_sdk_vm_impl.py +++ b/sdk/mx.sdk/mx_sdk_vm_impl.py @@ -2994,7 +2994,7 @@ def base_jdk_version_info(): if version_type == 'vendor': graalvm_suffix = '' if java_pre: - graalvm_suffix += '.' if graalvm_version.endsWith('dev') else '-' + graalvm_suffix += '.' if graalvm_version.endswith('dev') else '-' graalvm_suffix += java_pre else: assert version_type == 'base-dir', version_type