Skip to content

Commit 964ab64

Browse files
committed
export vars
1 parent 647617e commit 964ab64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci.jsonnet

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,15 @@
6969
local JVM = {
7070
server: "server",
7171
},
72+
JVM: JVM,
7273

7374
local JVM_CONFIG = {
7475
core: "graal-core",
7576
enterprise: "graal-enterprise",
7677
native: "native",
7778
hostspot: "default",
7879
},
80+
JVM_CONFIG: JVM_CONFIG,
7981

8082
// ------------------------------------------------------------------------------------------------------
8183
//

0 commit comments

Comments
 (0)