latchset / kryoptic

a pkcs#11 software token written in Rust
GNU General Public License v3.0
10 stars 4 forks source link

ci: Attempt to cache build to speed up CI #8

Closed Jakuje closed 7 months ago

Jakuje commented 7 months ago

This sounds like does the job now:

The ugly thing is that we need to write the openssl cache only from the fips build (which is usable also in the non-fips one).

Jakuje commented 7 months ago

Now, the most of the time takes the Fedora dependencies installation. This could be solved by creating a special build image, but lets postpone this, if this is going to work.