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
you will find target/**/*.wasm files from previous builds that are in the cosmwasm-plus_cache volume for some reason. You'd need to remove all of them before the build. If I recall correctly, there were other issues I ran into.
workspace-optimizer currently uses rustup to install Rust. This is a potential source of friction and in worst case an attack vector as rustup does not error on invalid Rust binary signatures (Switch warnings for errors, ensuring that GPG signatures are always checked and valid.).
If we find a way around the unstable --out-dir we can use the rust installation of the original docker image.
The text was updated successfully, but these errors were encountered: