Skip to content

Commit 88c55f1

Browse files
update labsjdk-builder revision
1 parent c4d6260 commit 88c55f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# https://github.com/graalvm/labs-openjdk-21/blob/master/doc/testing.md
22
local run_test_spec = "test/hotspot/jtreg/compiler/jvmci test/jdk/tools/jlink/plugins/SaveJlinkArgfilesPluginTest.java";
33

4-
local labsjdk_builder_version = "8928c95fac6928559341b784233d0f1b985a3a4f";
4+
local labsjdk_builder_version = "f9f2efbf6ba1a6851760f34eb7c4c4ae098d8d3f";
55

66
# Returns true if `str` contains `needle` as a substring.
77
local contains(str, needle) = std.findSubstr(needle, str) != [];

0 commit comments

Comments
 (0)