Skip to content

Commit e325e1d

Browse files
committed
CI: The devtoolset is automatically included in linux_{amd64,aarch64} objects
* Since the latest graal import.
1 parent 481cb1a commit e325e1d

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

ci.jsonnet

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -232,16 +232,7 @@ local part_definitions = {
232232
},
233233

234234
platform: {
235-
local devtoolset = { # Until there is a proper object in common.jsonnet for it
236-
packages+: if self.os == "linux" then
237-
(if self.arch == "aarch64" then {
238-
"00:devtoolset": "==10",
239-
} else {
240-
"00:devtoolset": "==11",
241-
})
242-
else {},
243-
},
244-
local common_deps = common.deps.truffleruby + common.deps.sulong + devtoolset,
235+
local common_deps = common.deps.truffleruby + common.deps.sulong,
245236

246237
linux: common.linux_amd64 + common_deps + {
247238
platform_name:: "LinuxAMD64",

0 commit comments

Comments
 (0)