Skip to content

Commit

Permalink
Revert "svm: disable debuginfotest temporarily due work around JDK-83…
Browse files Browse the repository at this point in the history
…29032 [GR-55038]"

This reverts commit a79213d.
  • Loading branch information
olpaw committed Jul 3, 2024
1 parent 8358362 commit 709c218
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,10 @@ jobs:
GATE_TAGS: "build,helloworld,native_unittests"
PRIMARY: "substratevm"
PIP_PACKAGES: "jsonschema==4.6.1"
# debuginfotest broken by JDK 24+4 [GR-55038]
# - env:
# JDK_VERSION: "latest"
# GATE_TAGS: "build,debuginfotest"
# PRIMARY: "substratevm"
- env:
JDK_VERSION: "latest"
GATE_TAGS: "build,debuginfotest"
PRIMARY: "substratevm"
- env:
JDK_VERSION: "latest"
GATE_TAGS: "hellomodule"
Expand Down
4 changes: 1 addition & 3 deletions substratevm/ci/ci.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,7 @@
// but since we support JDK 21 anyways, there is not good reason to do so.
"linux:amd64:jdk21": gate + t("30:00"),
}),
# debuginfotest broken by JDK 24+4 [GR-55038]
# "basics": mxgate("build,helloworld,native_unittests,truffle_unittests,debuginfotest,hellomodule") + maven + jsonschema + platform_spec(no_jobs) + platform_spec({
"basics": mxgate("build,helloworld,native_unittests,truffle_unittests,hellomodule") + maven + jsonschema + platform_spec(no_jobs) + platform_spec({
"basics": mxgate("build,helloworld,native_unittests,truffle_unittests,debuginfotest,hellomodule") + maven + jsonschema + platform_spec(no_jobs) + platform_spec({
"linux:amd64:jdk-latest": gate + gdb("10.2") + t("55:00"),
"windows:amd64:jdk-latest": gate + t("1:30:00"),
}) + variants({
Expand Down

0 comments on commit 709c218

Please sign in to comment.