We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d6260 commit 88c55f1Copy full SHA for 88c55f1
ci.jsonnet
@@ -1,7 +1,7 @@
1
# https://github.com/graalvm/labs-openjdk-21/blob/master/doc/testing.md
2
local run_test_spec = "test/hotspot/jtreg/compiler/jvmci test/jdk/tools/jlink/plugins/SaveJlinkArgfilesPluginTest.java";
3
4
-local labsjdk_builder_version = "8928c95fac6928559341b784233d0f1b985a3a4f";
+local labsjdk_builder_version = "f9f2efbf6ba1a6851760f34eb7c4c4ae098d8d3f";
5
6
# Returns true if `str` contains `needle` as a substring.
7
local contains(str, needle) = std.findSubstr(needle, str) != [];
0 commit comments