From 8ed0421ea40d15563ba5c506a8319e9eb746472d Mon Sep 17 00:00:00 2001 From: affan Date: Mon, 17 Jun 2024 18:58:33 -0400 Subject: [PATCH] debug --- protocol/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protocol/Dockerfile b/protocol/Dockerfile index d8a1ff0762e..75ec4f25592 100644 --- a/protocol/Dockerfile +++ b/protocol/Dockerfile @@ -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