update dependencies for wasmvm2 #29
e2e.yml
on: pull_request
build-docker
51s
Matrix: e2e-tests
Annotations
1 error
build-docker
buildx failed with: ERROR: failed to solve: process "/bin/sh -ecuxo pipefail set -eux; export ARCH=$(uname -m); WASM_VERSION=$(go list -m all | grep github.com/CosmWasm/wasmvm/v2 || true); if [ ! -z \"${WASM_VERSION}\" ]; then WASMVM_REPO=$(echo $WASM_VERSION | awk '{print $1}'); WASMVM_VERS=$(echo $WASM_VERSION | awk '{print $2}'); wget -O /lib/libwasmvm_muslc.a https://${WASMVM_REPO}/releases/download/${WASMVM_VERS}/libwasmvm_muslc.$(uname -m).a; fi; go mod download;" did not complete successfully: exit code: 1
|