ICC build in CI is failing because Intel dropped support for EL7
The ICC compiler test CI/CD job is failing because icc
itself is broken in igwn/lalsuite-dev-icc:el7
. This is because Intel dropped support for EL7 in a recent build of oneAPI RPMs, but there's no way to install older versions.
Our options seem to be:
- migrate the ICC build to bullseye
- migrate the ICC test job to install ICC and then use Conda for the requirements
- actual start supporting RL8 builds (which may require packaging a bunch of LALSuite requirements for EL8) and then build the
igwn/lalsuite-dev-icc:el8
container tag - stop testing ICC