srenatus opened PR #2951 from sr/add-musl-target
to main
:
This is the first step for fixing https://github.com/bytecodealliance/wasmtime-go/issues/21.
I had added it to the test job, too, but ran into some problems there:
Compiling wasmtime-bench-api v0.19.0 (/home/runner/work/wasmtime/wasmtime/crates/bench-api) warning: dropping unsupported crate type `cdylib` for target `x86_64-unknown-linux-musl` warning: 1 warning emitted Finished test [optimized + debuginfo] target(s) in 17m 13s Running unittests (target/x86_64-unknown-linux-musl/debug/deps/cranelift-6e913790f68d2aa3) error: test failed, to rerun pass '-p cranelift --lib' Caused by: could not execute process `/opt/hostedtoolcache/qemu/bin/ /home/runner/work/wasmtime/wasmtime/target/x86_64-unknown-linux-musl/debug/deps/cranelift-6e913790f68d2aa3` (never executed)
I can't tell if it's worth figuring this out, or if we're OK with having musl as a build target only. What do you think? :smiley:
srenatus closed without merge PR #2951.
Last updated: Nov 22 2024 at 17:03 UTC