Skip to content

Commit b55d2ae

Browse files
Add sulong deps to maven build
1 parent 1a97ced commit b55d2ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vm/ci_includes/vm.hocon

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ builds += [
9595
]
9696
name: gate-vm-build-without-vcs
9797
}
98-
${gate_vm_linux} ${linux-deploy} ${maven_base_8_11} {
98+
${gate_vm_linux} ${linux-deploy} ${maven_base_8_11} ${sulong_linux} {
9999
run: [
100100
${maven_base_8_11.build}
101101
${maven_base_8_11.deploy} [--dry-run, "lafo-maven"]
@@ -105,7 +105,7 @@ builds += [
105105
]
106106
name: gate-vm-maven-dry-run-linux-amd64
107107
}
108-
${gate_vm_linux} ${linux-deploy} ${maven_base_8_11} {
108+
${gate_vm_linux} ${linux-deploy} ${maven_base_8_11} ${sulong_linux} {
109109
downloads+= {
110110
OPEN_JDK_11: ${jdks.openjdk11},
111111
}
@@ -120,7 +120,7 @@ builds += [
120120
]
121121
name: gate-vm-js-on-jdk11-maven-linux-amd64
122122
}
123-
${deploy_vm_linux} ${linux-deploy} ${maven_base_8_11} {
123+
${deploy_vm_linux} ${linux-deploy} ${maven_base_8_11} ${sulong_linux} {
124124
run: [
125125
${maven_base_8_11.build}
126126
${maven_base_8_11.deploy} ["lafo-maven"]

0 commit comments

Comments
 (0)