zivid / zivid-python

Official Python package for Zivid 3D cameras
BSD 3-Clause "New" or "Revised" License
40 stars 14 forks source link

CI: disable GPG check for OneAPI repo on Fedora #241

Closed johningve closed 11 months ago

johningve commented 11 months ago

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.

eskaur commented 11 months ago

Please make not to check if we can revert this in a weeks time or something.

apartridge commented 11 months ago

Hmm, I think we should avoid removing the key check and rather wait a bit and see if the issue gets fixed. Also we should report the issue to them in case they are not aware. It is ok if zivid-python is red for a few days in my mind.

johningve commented 11 months ago

I did some more searching and found this:

https://community.intel.com/t5/oneAPI-Registration-Download/The-GPG-PUB-KEY-INTEL-SW-PRODUCTS-PUB-expired/m-p/1529173#M6094

johningve commented 11 months ago

Looks like they already fixed APT repositories, but probably haven't gotten around to fixing Yum repos yet. We can probably just wait until it fixes itself then.