rattler-build icon indicating copy to clipboard operation
rattler-build copied to clipboard

Render-only solve now ignores run exports

Open wolfv opened this issue 3 months ago • 0 comments

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?

wolfv avatar Oct 07 '25 10:10 wolfv