lightningcss icon indicating copy to clipboard operation
lightningcss copied to clipboard

FreeBSD pre-built binaries for aarch64

Open daftaupe opened this issue 7 months ago • 3 comments

There was an issue asking for FreeBSD support, but it only supports amd64 architecture since then, when according to https://www.freebsd.org/platforms/, FreeBSD project lists 2 archs as Tier1 : amd64 and aarch64. That would be cool to have binaries available for at least these 2.

daftaupe avatar May 27 '25 18:05 daftaupe

Unfortunately Rust does not provide builds for aarch64 freebsd yet (it's under Tier 3 here: https://doc.rust-lang.org/nightly/rustc/platform-support.html). So this would be somewhat complicated to support.

devongovett avatar May 27 '25 19:05 devongovett

I understand, but some projects seem to be able to offer some builds for FreeBSD. I guess they probably rely on the Rust version in the ports tree. I understand if that's not doable, but that would be something cool to see :)

daftaupe avatar Jul 26 '25 18:07 daftaupe

Is there any way I could manually build or use lightningcss (as a dependency of tailwind) on aarch64 FreeBSD in the meantime?

CamilleScholtz avatar Nov 01 '25 23:11 CamilleScholtz