add WASIp2 support via wasi-libc
#1931
Merged
Cirrus CI / Freebsd 13
failed
Feb 23, 2026 in 39s
Task Summary
Instruction i386_test failed in 00:02
Details
✅ 00:01 clone
✅ 00:11 setup
✅ 00:00 cargo
✅ 00:02 build
✅ 00:18 amd64_test
❌ 00:02 i386_test
. $HOME/.cargo/env
#!/bin/sh
# rustup shell setup
# affix colons on either side of $PATH to simplify matching
case ":${PATH}:" in
*:"$HOME/.cargo/bin":*)
;;
*)
# Prepending path in case a system-installed rustc needs to be overridden
export PATH="$HOME/.cargo/bin:$PATH"
;;
esac
rustup target add i686-unknown-freebsd
info: downloading component 'rust-std' for 'i686-unknown-freebsd'
info: installing component 'rust-std' for 'i686-unknown-freebsd'
cargo test --target i686-unknown-freebsd --all-features
Segmentation fault (core dumped)
Exit status: 139
Loading