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
{{ message }}
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
Switching back and forth between 'cargo-verify --tests' and 'cargo-verify ' causes compilation error problems.
The problem is that it is hard to predict the exact name of the bitcode file generated on different systems under different compilation commands so 'cargo-verify' uses an overly liberal glob to find the file.
For now, the workaround is to run cargo clean to remove old files.
The right fix is probably to get cargo to report the actual filename that we need.
The text was updated successfully, but these errors were encountered:
Switching back and forth between 'cargo-verify --tests' and 'cargo-verify ' causes compilation error problems.
The problem is that it is hard to predict the exact name of the bitcode file generated on different systems under different compilation commands so 'cargo-verify' uses an overly liberal glob to find the file.
For now, the workaround is to run
cargo clean
to remove old files.The right fix is probably to get cargo to report the actual filename that we need.
The text was updated successfully, but these errors were encountered: