WIP: refactor 3 crates into 1 single crate and refactor tests and sig… #64
Annotations
1 error
Build and push by digest
buildx failed with: ERROR: failed to solve: process "/bin/sh -c build_platform() { ARCH=$1; COMPILER=$2; LINKER=$3; echo \"Building for $TARGETPLATFORM on $BUILDPLATFORM\"; rustup target add $ARCH; apt-get update && apt-get -y install $COMPILER libclang-dev; if [ \"$BUILDPLATFORM\" = \"$TARGETPLATFORM\" ]; then BINDGEN_EXTRA_CLANG_ARGS=\"\"; else BINDGEN_EXTRA_CLANG_ARGS=\"--sysroot /usr/${LINKER%-gcc}\"; fi; echo \"Using BINDGEN_EXTRA_CLANG_ARGS: $BINDGEN_EXTRA_CLANG_ARGS\"; BINDGEN_EXTRA_CLANG_ARGS=$BINDGEN_EXTRA_CLANG_ARGS cargo build --all --release --target=$ARCH --config target.$ARCH.linker=\\\"$LINKER\\\"; cp /usr/src/rpc/target/$ARCH/release/kakarot-rpc /usr/src/rpc/target/release/; } && rustup self update && case \"$TARGETPLATFORM\" in \"linux/amd64\") build_platform \"x86_64-unknown-linux-gnu\" \"gcc-x86-64-linux-gnu\" \"x86_64-linux-gnu-gcc\"; ;; \"linux/arm64\") build_platform \"aarch64-unknown-linux-gnu\" \"gcc-aarch64-linux-gnu\" \"aarch64-linux-gnu-gcc\"; ;; *) echo \"Unknown TARGETPLATFORM: $TARGETPLATFORM\"; exit 1; ;; esac" did not complete successfully: exit code: 1
|
The logs for this run have expired and are no longer available.
Loading