Skip to content

Commit 4b2d66f

Browse files
committed
CI config fix: common.deps.truffleruby went away.
1 parent ed672b3 commit 4b2d66f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

ci.jsonnet

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ local with(platform, java_release, timelimit="15:00") = {
160160
],
161161
},
162162

163-
build_graalvm_ce:: self.with_name("gate-build-graalvm-ce") + common.deps.sulong + common.deps.truffleruby + {
163+
build_graalvm_ce:: self.with_name("gate-build-graalvm-ce") + common.deps.sulong + {
164164
packages+: {
165165
make: ">=" + versions.make,
166166
},
@@ -169,10 +169,6 @@ local with(platform, java_release, timelimit="15:00") = {
169169
] + self.java_home_in_env("../graal/vm", "vm") + [
170170
# Test the ce env file
171171
[mx, "-p", "../graal/vm", "--env", "ce", "build"],
172-
# Also test building Truffle languages
173-
[mx, "-p", "../graal/vm", "--dy", "truffleruby", "sforceimports"],
174-
[mx, "-p", "../graal/vm", "--dy", "truffleruby", "--env", "../../../truffleruby/mx.truffleruby/native", "graalvm-show"],
175-
[mx, "-p", "../graal/vm", "--dy", "truffleruby", "--env", "../../../truffleruby/mx.truffleruby/native", "build"],
176172
],
177173
},
178174

0 commit comments

Comments
 (0)