The weekly CI job that builds with Intel compilers now downloads and uses the recommended keyfile for Intels APT repository.
This should fix failing weekly runs.
We also replace the deprecated apt-key command with gpg --dearmor which is generally recommended.
apt-key has security flaws and will be removed after Ubuntu 22.04.
This change follows Intels installation guide.
Logs from a forced run of this PR can be found here.
The weekly CI job that builds with Intel compilers now downloads and uses the recommended keyfile for Intels APT repository. This should fix failing weekly runs.
We also replace the deprecated
apt-key
command withgpg --dearmor
which is generally recommended.apt-key
has security flaws and will be removed after Ubuntu 22.04. This change follows Intels installation guide.Logs from a forced run of this PR can be found here.