Skip to content

Fix build on 64bit FreeBSD

Building on 64bit FreeBSD fails with the following:

2.3.0/lib/artifact)
   Compiling wasmer-vm v2.3.0 (/usr/ports/net-p2p/tezos/work/tezos-6005a8e/_opam/.opam-switch/build/tezos-rust-libs.1.5/wasmer-2.3.0/lib/vm)
error: Unsupported platform
   --> wasmer-2.3.0/lib/vm/src/trap/traphandlers.rs:305:21
    |
305 |                     compile_error!("Unsupported platform");
    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: could not compile `wasmer-vm` due to previous error
warning: build failed, waiting for other jobs to finish...

This MR fixes #2

Edited by mgstoyanov

Merge request reports