net/rabbitmqadmin: drop i386 support

Given this is an admin tool, just skip failing i386.
Reported by:	pkg-fallout
Sponsored by:	SkunkWerks, GmbH
This commit is contained in:
Dave Cottlehuber 2025-04-09 07:22:13 +00:00
parent 21a612d7e0
commit 711eeb3f03

View file

@ -13,6 +13,8 @@ LICENSE_COMB= multi
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT
BROKEN_i386= compilation fails: ld: error: undefined symbol: __atomic_load
USES= cargo llvm pkgconfig ssl USES= cargo llvm pkgconfig ssl
USE_GITHUB= yes USE_GITHUB= yes