Skip to content

Commit

Permalink
[GR-51004] Add Truffle Windows gate build on jdkLatest.
Browse files Browse the repository at this point in the history
PullRequest: graal/16566
  • Loading branch information
jchalou committed Jan 19, 2024
2 parents c23ffb3 + eab6207 commit bb3d850
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2018, 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* The Universal Permissive License (UPL), Version 1.0
Expand Down
12 changes: 3 additions & 9 deletions truffle/ci/ci.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -139,15 +139,9 @@
],
},

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

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

0 comments on commit bb3d850

Please sign in to comment.