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 Nov 15, 2023. It is now read-only.
This effects debug builds of substrate. I also tested with canvas-node which also uses wasm-builder and experienced the same issue.
To reproduce in docker:
FROM archlinux:latest
# Setting this env var causes build to hang indefinitelyARG CARGO_TARGET_DIR=/target
RUN curl https://getsubstrate.io -sSf | bash -s -- --fast
RUN git clone https://github.com/paritytech/canvas-node.git
WORKDIR /canvas-node
# This command never endsRUN source $HOME/.cargo/env && cargo build -p canvas-runtime
This docker script hangs indefinitely.
The text was updated successfully, but these errors were encountered:
This effects debug builds of
substrate
. I also tested withcanvas-node
which also useswasm-builder
and experienced the same issue.To reproduce in docker:
This docker script hangs indefinitely.
The text was updated successfully, but these errors were encountered: