Deepanshutr/master #180
Annotations
1 error and 2 warnings
jmeter-test
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
|
jmeter-test
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/
|
jmeter-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, docker/setup-buildx-action@v2, docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|