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 2565638 commit 54d2cdcCopy full SHA for 54d2cdc
ci.jsonnet
@@ -1,13 +1,13 @@
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 = "f9f2efbf6ba1a6851760f34eb7c4c4ae098d8d3f";
+local labsjdk_builder_version = "181ae3a6077f9bf0a117cc34562c33e871cd4ede";
5
6
# Returns true if `str` contains `needle` as a substring.
7
local contains(str, needle) = std.findSubstr(needle, str) != [];
8
9
{
10
- overlay: "8793ce2f0b8e7fd92b51ff1955a84b7bd5e55d23",
+ overlay: "616937561244a0b2c6ff8e001b11b4e304a85a8a",
11
specVersion: "3",
12
13
mxDependencies:: {
0 commit comments