We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 481cb1a commit e325e1dCopy full SHA for e325e1d
ci.jsonnet
@@ -232,16 +232,7 @@ local part_definitions = {
232
},
233
234
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,
+ local common_deps = common.deps.truffleruby + common.deps.sulong,
245
246
linux: common.linux_amd64 + common_deps + {
247
platform_name:: "LinuxAMD64",
0 commit comments