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 was archived by the owner on Feb 28, 2021. It is now read-only.
Running ./scripts/build-runtime-wasm doesn't produce an output at times. This seems to be the case when there are no changes relative to the latest run. However, even after cargo clean I face this behaviour.
It is important to have cargo build the output always. For instance, whenever we need to simply bump the spec_version, now it won't build the wasm file and we need to mess around with the code to hopefully trigger it to work.
Running
./scripts/build-runtime-wasmdoesn't produce an output at times. This seems to be the case when there are no changes relative to the latest run. However, even aftercargo cleanI face this behaviour.It is important to have cargo build the output always. For instance, whenever we need to simply bump the spec_version, now it won't build the wasm file and we need to mess around with the code to hopefully trigger it to work.