We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d26a47 commit 0a69b95Copy full SHA for 0a69b95
Makefile
@@ -134,7 +134,6 @@ create-tester-image:
134
docker build -t $(ALPINE_TESTER) - < ./Dockerfile.alpine_tester
135
136
test-alpine: release-build-alpine create-tester-image
137
- @[ "$(shell uname -m)" = "x86_64" ] || (echo "This test is only working on x86_64. See https://github.com/CosmWasm/wasmvm/issues/483."; exit 78)
138
# try running go tests using this lib with muslc
139
docker run --rm -u $(USER_ID):$(USER_GROUP) -v $(shell pwd):/mnt/testrun -w /mnt/testrun $(ALPINE_TESTER) go build -tags muslc ./...
140
# Use package list mode to include all subdirectores. The -count=1 turns off caching.
0 commit comments