Cargo.lock
for /usr/local/cargo/git/checkouts/substrate-contracts-node-....runtime/Cargo.toml
, while searching from /tmp/cargo-installFbuv1p/release/build/contracts-parachain-runtime-../out
. To fix this, point the WASM_BUILD_WORKSPACE_HINT
env variable to the directory of the workspace being compiled.
#232
When I run the following here https://github.com/ltfschoen/XCMTemplate/blob/main/docker/run.sh#L103
where i'm using versions:
RUST_NIGHTLY="2024-02-17"
NODE_VERSION=v20.12.0
CARGO_CONTRACT_VERSION=4.1.0
SUBSTRATE_CONTRACTS_NODE_VERSION=v0.40.0
it outputs the following error.
note: it actually outputs each of those warnings three times in a row, i've just removed the duplicates from the logs
that error is the same as the one shown in this old issue https://substrate.stackexchange.com/questions/5182/failed-to-run-custom-build-command-for-contracts-node-runtime-v0-17-0
The text was updated successfully, but these errors were encountered: