Skip to content

Commit 4acb059

Browse files
committed
HOST_VM should always be defined for native/native_ee
1 parent 1c736ad commit 4acb059

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci.jsonnet

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,18 +205,19 @@ local part_definitions = {
205205
},
206206
environment+: {
207207
GDB_BIN: "$GDB/bin/gdb",
208-
HOST_VM: "svm",
209208
},
210209
},
211210
native: {
212211
mx_env:: "native",
213212
environment+: {
213+
HOST_VM: "svm",
214214
HOST_VM_CONFIG: "graal-core",
215215
},
216216
},
217217
native_ee: {
218218
mx_env:: "native-ee",
219219
environment+: {
220+
HOST_VM: "svm",
220221
HOST_VM_CONFIG: "graal-enterprise",
221222
},
222223
},

0 commit comments

Comments
 (0)