Skip to content

Commit 6713ad9

Browse files
Skip native images during espresso-compiler-stub style gate
1 parent 2dbc393 commit 6713ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

espresso/ci/ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
vm_guard_includes: [],
1010

1111
local espresso_compiler_stub_gate = common.eclipse + common.jdt + common.predicates(true, true, false) +
12-
common.espresso_gate(allow_warnings=false, tags='style,fullbuild', timelimit='35:00', name='gate-espresso-compiler-stub-style-jdkLatest-linux-amd64', imports='/substratevm') + {
12+
common.espresso_gate(allow_warnings=false, tags='style,fullbuild', timelimit='35:00', name='gate-espresso-compiler-stub-style-jdkLatest-linux-amd64', imports='/substratevm', mx_args=['--native-images=false']) + {
1313
setup+: [
1414
['cd', "../espresso-compiler-stub"],
1515
],

0 commit comments

Comments
 (0)