Skip to content

Commit

Permalink
Intels pub key for the oneAPI repo expired. (#161)
Browse files Browse the repository at this point in the history
It seems they forgot to renew it for ubuntu 18.04 so our CI is broken. Just try to fetch the 2023 key and hope for the best
  • Loading branch information
miscco authored Oct 18, 2023
1 parent 93c633b commit 74690a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/src/oneapi/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if [ -f /etc/profile.d/lmod.sh ]; then
fi

# Add Intel repo signing key
wget --no-hsts -q -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB \
wget --no-hsts -q -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB \
| gpg --dearmor -o /etc/apt/trusted.gpg.d/oneapi-archive-keyring.gpg;

chmod 0644 /etc/apt/trusted.gpg.d/*.gpg || true;
Expand Down

0 comments on commit 74690a7

Please sign in to comment.