Replies: 1 comment
-
This is a common request - e.g.
I think what's lacking here is a concrete proposal for how such a feature would work. It could try to tackle the non-build outputs in a general way, have some kind of sync mechanism for cache dirs in docker containers, or just be a simple |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I wonder if it's possible to share the Rust project (Maturin-based) build artifacts across CI runs so that only incremental compilation can be performed.
I suppose it would mean to copy the
target
directory for each configuration and inject it in the next run.However, I cannot find a suitable cibuildwheel hook (something like CIBW_AFTER_BUILD) to execute the cache saving logic. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions