Skip to content

feat: add faster base layer scan #97

feat: add faster base layer scan

feat: add faster base layer scan #97

Triggered via push March 14, 2024 07:59
Status Failure
Total duration 9m 51s
Artifacts
builds_envs_setup
0s
builds_envs_setup
builds_run  /  docker_build
9m 32s
builds_run / docker_build
Fit to window
Zoom out
Zoom in

Annotations

1 error
builds_run / docker_build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ \"${TARGETARCH}\" = \"arm64\" ] && [ \"${BUILDARCH}\" != \"${TARGETARCH}\" ] ; then . /tari-dan/cross-compile-aarch64.sh ; fi && if [ -n \"${RUST_TOOLCHAIN}\" ] ; then rustup toolchain install ${RUST_TOOLCHAIN} --force-non-host ; fi && cd /tari-dan/applications/tari_indexer_web_ui && npm install react-scripts && npm run build && cd /tari-dan/applications/tari_validator_node_web_ui && npm install react-scripts && npm run build && cd /tari-dan/ && rustup target add wasm32-unknown-unknown && rustup target list --installed && rustup toolchain list && rustup show && cargo build ${RUST_TARGET} --release --locked --bin tari_indexer --bin tari_dan_wallet_daemon --bin tari_dan_wallet_cli --bin tari_signaling_server --bin tari_validator_node --bin tari_validator_node_cli && cp -v /tari-dan/target/${BUILD_TARGET}release/tari_indexer /usr/local/bin/ && cp -v /tari-dan/target/${BUILD_TARGET}release/tari_dan_wallet_daemon /usr/local/bin/ && cp -v /tari-dan/target/${BUILD_TARGET}release/tari_dan_wallet_cli /usr/local/bin/ && cp -v /tari-dan/target/${BUILD_TARGET}release/tari_signaling_server /usr/local/bin/ && cp -v /tari-dan/target/${BUILD_TARGET}release/tari_validator_node /usr/local/bin/ && cp -v /tari-dan/target/${BUILD_TARGET}release/tari_validator_node_cli /usr/local/bin/ && echo \"Tari Dan Build Done\"" did not complete successfully: exit code: 2