-
Notifications
You must be signed in to change notification settings - Fork 409
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
Upgrade wasmvm to 0.12.0 #319
Conversation
Codecov Report
@@ Coverage Diff @@
## master #319 +/- ##
=======================================
Coverage 17.67% 17.67%
=======================================
Files 35 35
Lines 10592 10592
=======================================
Hits 1872 1872
Misses 8606 8606
Partials 114 114 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wonderful 💐
This is a great improvement to the docker build!
@@ -0,0 +1,2 @@ | |||
# Folders we don't want to copy to Docker daemon in `docker build . -t cosmwasm/wasmd:latest` | |||
build/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 good idea
COPY --from=rust-builder /lib/libwasmvm_muslc.a /lib/libwasmvm_muslc.a | ||
# See https://github.com/CosmWasm/wasmvm/releases | ||
ADD https://github.com/CosmWasm/wasmvm/releases/download/v0.12.0/libwasmvm_muslc.a /lib/libwasmvm_muslc.a | ||
RUN sha256sum /lib/libwasmvm_muslc.a | grep 00ee24fefe094d919f5f83bf1b32948b1083245479dad8ccd5654c7204827765 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very nice!
Thanks 😊 |
This includes the following (theoretically independent) changes:
cosmwasm/go-ext-builder:0002-alpine
togolang:1.15-alpine3.12