paritytech / libsecp256k1

Pure Rust Implementation of secp256k1.
Apache License 2.0
175 stars 84 forks source link

CI optimizations #84

Closed TriplEight closed 2 years ago

TriplEight commented 2 years ago

Also, I'd like to use simple run: instead of harder-readable special actions, but it's cosmetic I'm not quite sure if sccache is actually helpful here, maybe it's worth a shot next time.

sorpaas commented 2 years ago

Are you sure this works? It's cancelling its own runs.

TriplEight commented 2 years ago

@sorpaas fixed

sorpaas commented 2 years ago

There still seems to be something wrong. Any windows builds always stuck at the last step.

sorpaas commented 2 years ago

Maybe just remove the rust-cache step? What does it do anyway?

TriplEight commented 2 years ago

@athei it's already there

TriplEight commented 2 years ago

removing the modern cache handling due to https://github.com/Swatinem/rust-cache/issues/31