Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the apt key for Intel compilers in weekly CI #266

Merged
merged 1 commit into from
Oct 5, 2023

Conversation

bjosv
Copy link
Collaborator

@bjosv bjosv commented Oct 4, 2023

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.

Download the recommended keyfile for Intels APT repository and
replace the deprecated `apt-key` command with `gpg`.
`apt-key` has security flaws and will be removed after Ubuntu 22.04.
@mikkelfj mikkelfj merged commit 81adf1f into dvidelabs:master Oct 5, 2023
4 checks passed
@mikkelfj
Copy link
Contributor

mikkelfj commented Oct 5, 2023

thanks

@bjosv bjosv deleted the fix-weekly branch October 6, 2023 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants