Skip to content

Commit bb3d850

Browse files
committed
[GR-51004] Add Truffle Windows gate build on jdkLatest.
PullRequest: graal/16566
2 parents c23ffb3 + eab6207 commit bb3d850

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

sdk/src/org.graalvm.nativeimage/src/org/graalvm/nativeimage/hosted/RuntimeClassInitialization.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2018, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* The Universal Permissive License (UPL), Version 1.0

truffle/ci/ci.jsonnet

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -139,15 +139,9 @@
139139
],
140140
},
141141

142-
truffle_common + windows_amd64 + common.oraclejdk21 + devkits["windows-jdk21"] + guard {
143-
name: "gate-truffle-nfi-windows-21",
144-
# TODO make that a full gate run
145-
# currently, some truffle unittests fail on windows
146-
run: [
147-
["mx", "build" ],
148-
["mx", "unittest", "--verbose" ],
149-
],
150-
},
142+
# TODO Run full gate on Windows GR-51441
143+
windows_amd64 + gate_lite + common.oraclejdk21 + devkits["windows-jdk21"] + guard,
144+
windows_amd64 + gate_lite + common.oraclejdkLatest + devkits["windows-jdkLatest"] + guard,
151145

152146
truffle_common + linux_amd64 + common.oraclejdk21 + common.deps.eclipse + common.deps.jdt + guard + {
153147
name: "weekly-truffle-coverage-21-linux-amd64",

0 commit comments

Comments
 (0)