pixi icon indicating copy to clipboard operation
pixi copied to clipboard

Only trigger rebuild when relevant parts of the package manifest has been changed

Open Hofer-Julian opened this issue 11 months ago • 1 comments

Now that https://github.com/prefix-dev/pixi/pull/3102 has been merged, every change to the package manifest will trigger a rebuild of the package.

What you actually want is a retrigger if something relevant to the build changed. In the long run, we'll want all of that stored in the lock file: https://github.com/prefix-dev/pixi/issues/2814#issuecomment-2639763828

As soon as that is implemented, we should rebuild every time the package data in the lock file changes

Hofer-Julian avatar Feb 13 '25 08:02 Hofer-Julian

Some experiments with additional_hash data here: https://github.com/prefix-dev/pixi/pull/3140

wolfv avatar Feb 14 '25 12:02 wolfv