Building arm64 rust ports on poudriere/qemu
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Nov 2022 20:51:16 UTC
Hello to all, For some time now I use poudriere/qemu to test arm64/aarch64 ports on amd64 environment. A major problem is rust ports because I can't find a way to tell poudriere(-devel) to fetch rust package with "-b latest". Rust port have Makefile set to: --- .ifdef QEMU_EMULATING IGNORE= fails to build with qemu-user-static .endif --- But it seems that this IGNORE forces rust package not to get installed on qemu environments. Is there other ways to test rust arm64 ports on amd64? Thanks, -- Nuno Teixeira FreeBSD Committer (ports)