dvidelabs / flatcc

FlatBuffers Compiler and Library in C for C
Apache License 2.0
631 stars 180 forks source link

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

Closed bjosv closed 9 months ago

bjosv commented 9 months ago

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.

mikkelfj commented 9 months ago

thanks