-
Notifications
You must be signed in to change notification settings - Fork 411
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
make build-linux failed #105
Comments
We don't support alpine, as it is muslc. We only support compiling against glibc, from the old version of centos 7 or any supported debian, ubuntu distro. There is an open, and failing pr in go-cosmwasm to compile for muslc and/or make a static build. With that, alpine would be supported. |
It has to do with how we compile the rust code into a dll before linking with go. That is where these dependencies come in |
…Wasm#81 (CosmWasm#105) * feat: apply Finschia/finschia-sdk#1063 (CosmWasm#81) * Backport subset of CosmWasm#1149 * Update CHANGELOG.md * Update dependencies * build: bump finschia-sdk from v0.48.0-rc1 to v0.48.0-rc2 * fix: delete message event Because message event move to finschia-sdk * docs: add CHANGELOG * reflect comment
Summary of Bug
$ make build-linux
is not working with go-cosmwasmVersion
master
Steps to Reproduce
$ make build-linux
For Admin Use
The text was updated successfully, but these errors were encountered: