Skip to content

Commit a9878b3

Browse files
committed
ci: disable helloworld on JDK 19 until compiler support is merged
1 parent f5a43ab commit a9878b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

substratevm/ci.jsonnet

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@
7979
# cannot yet use mx gate --tag build due to compile errors in /compiler
8080
["mx", "build"],
8181
# cannot yet use mx gate --tag hello world due to missing JFR support in JDK 19
82-
["mx", "helloworld"],
82+
# waiting for compiler support for JDK 19 (GR-39169)
83+
# ["mx", "helloworld"],
8384
]
8485
} + maven + svm_unittest + t("35:00"),
8586
windows_jdk17 + gate("basics", "build,helloworld,test,svmjunit") + svm_unittest + t("1:30:00"),

0 commit comments

Comments
 (0)