Stream: git-wasmtime

Topic: wasmtime / PR #2951 build: add musl target


view this post on Zulip Wasmtime GitHub notifications bot (May 28 2021 at 11:55):

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:

view this post on Zulip Wasmtime GitHub notifications bot (Sep 22 2021 at 17:35):

srenatus closed without merge PR #2951.


Last updated: Oct 23 2024 at 20:03 UTC