Skip to content

Commit fdb9fbc

Browse files
committed
Switched truffle_native_tck gate to JDK-21. JDK-24+b24 removed SecurityManager.
1 parent be7cc27 commit fdb9fbc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vm/ci/ci_includes/vm-native.jsonnet

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ local graal_common = import '../../../ci/ci_common/common.jsonnet';
8383
vm.vm_java_Latest + vm_common.vm_base('linux', 'amd64', 'gate') + {
8484
gate_tag_suffix: '-quickbuild',
8585
} + truffle_native,
86-
vm.vm_java_21 + vm_common.vm_base('linux', 'amd64', 'daily') + truffle_native_tck,
87-
vm.vm_java_Latest + vm_common.vm_base('linux', 'amd64', 'gate') + truffle_native_tck,
86+
vm.vm_java_21 + vm_common.vm_base('linux', 'amd64', 'gate') + truffle_native_tck,
8887
vm.vm_java_21 + vm_common.vm_base('linux', 'amd64', 'daily') + truffle_jvm,
8988
vm.vm_java_Latest + vm_common.vm_base('linux', 'amd64', 'gate') + truffle_jvm,
9089
vm.vm_java_21 + vm_common.vm_base('linux', 'amd64', 'daily') + truffle_maven_downloader,

0 commit comments

Comments
 (0)