Skip to content

Deepanshutr/master #201

Deepanshutr/master

Deepanshutr/master #201

Triggered via pull request June 24, 2024 10:38
Status Failure
Total duration 31s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
Build
buildx failed with: ERROR: failed to solve: process "/bin/sh -cex go mod tidy; export LIBDIR=/lib; if [ \"${TARGETARCH}\" = \"arm64\" ]; then ARCH=aarch64; if [ \"${BUILDARCH}\" != \"arm64\" ]; then export LIBDIR=/usr/aarch64-linux-musl/lib; mkdir -p $LIBDIR; export CC=aarch64-linux-musl-gcc CXX=aarch64-linux-musl-g++; fi; elif [ \"${TARGETARCH}\" = \"amd64\" ]; then ARCH=x86_64; if [ \"${BUILDARCH}\" != \"amd64\" ]; then export LIBDIR=/usr/x86_64-linux-musl/lib; mkdir -p $LIBDIR; export CC=x86_64-linux-musl-gcc CXX=x86_64-linux-musl-g++; fi; fi; WASM_VERSION=$(go list -m all | grep github.com/CosmWasm/wasmvm | awk '{print $2}'); if [ ! -z \"${WASM_VERSION}\" ]; then wget -O $LIBDIR/libwasmvm_muslc.a https://github.com/CosmWasm/wasmvm/releases/download/${WASM_VERSION}/libwasmvm_muslc.$ARCH.a; fi; BUILD_TAGS=muslc CGO_ENABLED=1 LDFLAGS='-linkmode external -extldflags \"-static\"' make install; mantleNode version" did not complete successfully: exit code: 1
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, docker/setup-buildx-action@v2, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/