Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debug
Browse files Browse the repository at this point in the history
affanv14 committed Jun 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 699ab70 commit 8ed0421
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion protocol/Dockerfile
Original file line number Diff line number Diff line change
@@ -33,7 +33,8 @@ RUN rm -f /lib/libwasmvm_muslc.a
RUN cp "/lib/libwasmvm_muslc.$(uname -m).a" /lib/libwasmvm_muslc.a
# check that the file is there
RUN ls -l /lib/libwasmvm_muslc.a
RUN uname -m
RUN uname -m
RUN file /lib/libwasmvm_muslc.a

# Copy the library you want to the final location that will be found by the linker flag `-lwasmvm_muslc`
RUN cp /lib/libwasmvm_muslc.aarch64.a /lib/libwasmvm_muslc.a

0 comments on commit 8ed0421

Please sign in to comment.