Skip to content

Commit 86d5638

Browse files
committed
Remove dead CI code
1 parent 2921d30 commit 86d5638

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

ci/python-gate.libsonnet

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -372,24 +372,6 @@
372372
packages(os, arch)::
373373
get(PACKAGES, os, arch),
374374

375-
gcc_8:: task_spec({
376-
// we replace devtoolset with gcc 8.3.0
377-
local pkgs = if self.os == "linux" then
378-
std.prune(super.packages + {
379-
"00:devtoolset": null,
380-
"01:binutils": null,
381-
gcc: "==8.3.0",
382-
binutils: "==2.34",
383-
})
384-
else
385-
super.packages,
386-
packages: pkgs,
387-
}),
388-
389-
with_dy(dynamic_imports):: task_spec({
390-
dynamic_imports +:: if std.type(dynamic_imports) == "array" then dynamic_imports else [dynamic_imports],
391-
}),
392-
393375
local eclipse = task_spec(evaluate_late({
394376
// late evaluation of the eclipse mixin, conditional import based on platform
395377
// eclipse downloads are not provided for aarch64
@@ -403,24 +385,6 @@
403385

404386
logs(os, arch):: LOGS,
405387

406-
graal_core:: task_spec({
407-
environment +: {
408-
HOST_VM_CONFIG: "graal-core",
409-
},
410-
}),
411-
412-
// gcc_8 needed for the OL8 (gfortran is missing)
413-
blas:: $.ol8 + $.gcc_8 + task_spec({
414-
packages: {
415-
openblas: ">=0.3.21",
416-
lapack: ">=3.8.0",
417-
}
418-
}),
419-
420-
notify:: task_spec({
421-
notify_groups: const.NOTIFY_GROUPS,
422-
}),
423-
424388
//------------------------------------------------------------------------------------------------------------------
425389
// graalpy gates
426390
//------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)