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
Currently, combining MUSL/GNU rust targets in a single builder on the same platform causes the archive step to fail due to multiple binaries moving to the same path. It looks like archive step is per OS/arch combo instead of per target.
In CI, get an error like:
• archives
• will not set artifact-related template fields reason=archive contains more than 1 binary
• archiving name=dist/linux/archive-bug-mre_Linux_x86_64.tar.gz
⨯ release failed after 1m14s error=failed to add: 'dist/linux/archive-bug-mre_x86_64-unknown-linux-musl/archive-bug-mre' -> 'archive-bug-mre': add archive-bug-mre: file already exists