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 2dbc393 commit 6713ad9Copy full SHA for 6713ad9
espresso/ci/ci.jsonnet
@@ -9,7 +9,7 @@
9
vm_guard_includes: [],
10
11
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') + {
+ 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']) + {
13
setup+: [
14
['cd', "../espresso-compiler-stub"],
15
],
0 commit comments