rattler-build
rattler-build copied to clipboard
Render-only solve now ignores run exports
In https://github.com/prefix-dev/rattler-build/pull/1883 we changed render-only to not download run-exports data.
I think this is going to lead to slightly altered solutions for the host environment (due to run exports from build influencing the host resolve), and it will also not return all run dependencies (as run exports are missing).
I think we should revert this and add an alternative flag --ignore-run-exports instead, or --fast that skips run exports if we don't have them already (e.g. from repodata shards).
cc @beckermr opinions?