Skip to content

Commit

Permalink
CI: disable GPG check for OneAPI repo on Fedora
Browse files Browse the repository at this point in the history
It seems like Intel have used the wrong key when building the their
OneAPI packages. To fix CI we have to disable the GPG check until they
have fixed their packages.

MISC
  • Loading branch information
johningve committed Oct 5, 2023
1 parent f09c3dd commit 85038fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion continuous-integration/linux/platform-dependent/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ function ubuntu_install_opencl_cpu_runtime {
}

function fedora_install_opencl_cpu_runtime {
# TODO: re-enable gpgcheck once Intel have fixed their packages
tee > /etc/yum.repos.d/oneAPI.repo << EOF
[oneAPI]
name=Intel® oneAPI repository
baseurl=https://yum.repos.intel.com/oneapi
enabled=1
gpgcheck=1
gpgcheck=0
repo_gpgcheck=1
gpgkey=https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
EOF
Expand Down

0 comments on commit 85038fd

Please sign in to comment.