Skip to content

Commit aac14cb

Browse files
committed
Remove unnecessary arguments in Makefile
1 parent cc7a3ec commit aac14cb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,7 @@ bench:
7676
# Creates a release build in a containerized build environment of the static library for Alpine Linux (.a)
7777
release-build-alpine:
7878
# build the muslc *.a file
79-
docker run --rm -v $(shell pwd)/libwasmvm:/code \
80-
-e CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER=aarch64-linux-musl-gcc \
81-
-e CC_aarch64_unknown_linux_musl=aarch64-linux-musl-gcc \
82-
-e CFLAGS_aarch64_unknown_linux_musl="" \
83-
$(BUILDERS_PREFIX)-alpine
79+
docker run --rm -v $(shell pwd)/libwasmvm:/code $(BUILDERS_PREFIX)-alpine
8480
cp libwasmvm/artifacts/libwasmvm_muslc.x86_64.a internal/api
8581
cp libwasmvm/artifacts/libwasmvm_muslc.aarch64.a internal/api
8682
make update-bindings

0 commit comments

Comments
 (0)