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
Latest version of cargo-chef is v0.1.59, build also fails also with v0.1.58 same error.
Build is successful with cargo-chef@0.1.57, will confirm that produced wasm blob is identical to previous builds.
Proposed fix for master branch, update joystream-node.Dockerfile to install cargo-chef@0.1.57
Proposed long term fix, rename the joystream pallet-utility crate to not clash with the create from substrate repo. Will add this to #4705
Attempting to build
joystream/node
docker image from a clean slate is failing.docker system prune --all docker build . --file joystream-node.Dockerfile --tag joystream/node:testbuild
Possible issues, we don't install a specific version of
cargo-chef
so it may be new behavior that is problematic.The text was updated successfully, but these errors were encountered: