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 1c736ad commit 4acb059Copy full SHA for 4acb059
ci.jsonnet
@@ -205,18 +205,19 @@ local part_definitions = {
205
},
206
environment+: {
207
GDB_BIN: "$GDB/bin/gdb",
208
- HOST_VM: "svm",
209
210
211
native: {
212
mx_env:: "native",
213
+ HOST_VM: "svm",
214
HOST_VM_CONFIG: "graal-core",
215
216
217
native_ee: {
218
mx_env:: "native-ee",
219
220
221
HOST_VM_CONFIG: "graal-enterprise",
222
223
0 commit comments