diff --git a/continuous-integration/linux/platform-dependent/common.sh b/continuous-integration/linux/platform-dependent/common.sh index a38c8be9..3de3ece4 100644 --- a/continuous-integration/linux/platform-dependent/common.sh +++ b/continuous-integration/linux/platform-dependent/common.sh @@ -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