Retaining build caching on Mac #2335
-
We recently implemented the Unfortunately this disables some part of cargo build caching on Mac as discussed at PRQL/prql#411. Is anyone familiar with an approach that allows pyo3 to work on Mac without giving up some caching, particularly for other crates in the repo? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Is this potentially related to #1708? (i.e. I wonder if it's something like - "rust-analyzer is not using those flags, so it invalidates the cache") If so, the same workaround of setting rust-analyzer to use a separate target dir might help? |
Beta Was this translation helpful? Give feedback.
-
You might also want to try the |
Beta Was this translation helpful? Give feedback.
You might also want to try the
pyo3_build_config
build script documented just above theconfig.toml
option?