Skip to content

Commit

Permalink
games/veloren-weekly: mark BROKEN on i386 after 76756d2
Browse files Browse the repository at this point in the history
error[E0432]: unresolved import `wasmtime_asm_macros::asm_sym`
  --> cargo-crates/wasmtime-fiber-17.0.0/src/unix/x86.rs:13:37
   |
13 | use wasmtime_asm_macros::{asm_func, asm_sym};
   |                                     ^^^^^^^ no `asm_sym` in the root

For more information about this error, try `rustc --explain E0432`.
error: could not compile `wasmtime-fiber` (lib) due to previous error

Reported by:	pkg-fallout
  • Loading branch information
jbeich committed Feb 13, 2024
1 parent 17ac9c5 commit 0459a82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions games/veloren-weekly/Makefile
Expand Up @@ -11,6 +11,7 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE

BROKEN_aarch64= https://github.com/rust-lang/libc/issues/3217
BROKEN_i386= https://github.com/bytecodealliance/wasmtime/issues/7924
ONLY_FOR_ARCHS= aarch64 amd64 i386
ONLY_FOR_ARCHS_REASON= unsupported platform by https://github.com/wasmerio/wasmer

Expand Down

0 comments on commit 0459a82

Please sign in to comment.