Skip to content

Commit 88b40b3

Browse files
committed
Set the host-vm of jruby to "jruby" to ease filtering
* Otherwise it's not possible to both include JRuby and exclude TruffleRuby on JVM (= only include Native).
1 parent d84da65 commit 88b40b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ local part_definitions = {
132132
},
133133

134134
environment+: {
135-
HOST_VM: "server",
135+
HOST_VM: "jruby",
136136
HOST_VM_CONFIG: "default",
137137
GUEST_VM: "jruby",
138138
GUEST_VM_CONFIG: "indy",

0 commit comments

Comments
 (0)