Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: failed builds due to wasmvm library filename #5

Merged
merged 2 commits into from
Aug 22, 2024
Merged

Conversation

minniux
Copy link

@minniux minniux commented Aug 22, 2024

This fixes the following build issues:
for v2 (needed for gaia v19 build):

/usr/lib/gcc/aarch64-alpine-linux-musl/13.2.1/../../../../aarch64-alpine-linux-musl/bin/ld: cannot find -lwasmvm_muslc.aarch64: No such file or directory

for v1 (needed for stride v22 build):

/usr/lib/gcc/aarch64-alpine-linux-musl/13.2.1/../../../../aarch64-alpine-linux-musl/bin/ld: cannot find -lwasmvm.aarch64: No such file or directory

And also reverts the workaround of building cosmoshub off older image

@minniux minniux merged commit 033e198 into main Aug 22, 2024
4 of 5 checks passed
@minniux minniux deleted the fixWasmvm branch August 22, 2024 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants