-
Notifications
You must be signed in to change notification settings - Fork 103
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
[v1.3.1] #576
Comments
I haven't seen these errors outside of the issue you linked to, but maybe it has something to do with this paragraph from the musl 1.2.4 changelog:
Apparently there were also fixes regarding this in Rust: rust-lang/rust#111285 |
I build libwasmvm with dockerfile provided on repository (for Alpine)... |
Yes but somes Tendermint requires Go 1.23 but Alpine 1.18 for Go 1.23 Docker image doesn't exist... |
I see. However, assuming you can fix the issue above, you will still run into #523 at runtime. I.e. you need to upgrade to wasmvm 2.1+ in order to use a Alpine 3.19+ build image. |
Yes but some Tendermint need 2.1+ wasmvm some depends on older version... I really need a build system for all version. My final binary run on rootless and distroless Docker image. I want them to be fully static. |
Did Tendermint bump the min Go version in a patch release? This is not very nice IMO. I think another option is to create a custom build image with Alpine 3.18 where you install Go 1.23. |
DESCRIPTION
I'm looking to statically compile the Axelard binary in version v1.1.0 for PebbleDB on Alpine 3.19 docker image.
Everything seems to work on Tendermint binaries compatible with Alpine 3.18 but not from 3.19 (related to issue #495).
COMMANDS EXECUTED
ERROR
The text was updated successfully, but these errors were encountered: