Skip to content

Commit c08ecbc

Browse files
committed
Check that we use experimental options correctly in CI
1 parent fea8b3e commit c08ecbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci.jsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ local part_definitions = {
3535
java_opts+:: ["-Xmx2G"],
3636
TRUFFLERUBY_CI: "true",
3737
RUBY_BENCHMARKS: "true",
38+
GRAALVM_CHECK_EXPERIMENTAL_OPTIONS: "true",
3839
JAVA_OPTS: std.join(" ", self.java_opts),
3940
PATH: std.join(":", self.path + ["$PATH"]),
4041
},

0 commit comments

Comments
 (0)