You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto-resolve collisions if using a meta-hash would help
Collisions in binaries or dylibs are quite easy to get into when
compiling artifacts deps in conjunction with build overrides.
The latter will cause multiple builds and prevent deduplication,
while certain platform rules prevent unique filename to be generated
while dropping files into the same folder.
Now we recomputate outputs after detecting certain avoidable collisions
to be more usable in this specific situation.
0 commit comments