git: e306ea06dad5 - main - finance/hyperswitch: Broken on arm64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Feb 2025 19:22:10 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e306ea06dad5497451a266775cc4107ca38e6ffb commit e306ea06dad5497451a266775cc4107ca38e6ffb Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-02-23 19:21:28 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-02-23 19:22:08 +0000 finance/hyperswitch: Broken on arm64 Reported by: fallout --- finance/hyperswitch/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/finance/hyperswitch/Makefile b/finance/hyperswitch/Makefile index 436a67078d87..7080b8dacb1e 100644 --- a/finance/hyperswitch/Makefile +++ b/finance/hyperswitch/Makefile @@ -11,6 +11,7 @@ WWW= https://hyperswitch.io/ \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= compilation fails: runaway builds, see https://github.com/rust-lang/rust/issues/137496 BROKEN_armv7= compilation fails: error[E0412]: cannot find type `AtomicU128` in module `core::sync::atomic` BROKEN_i386= compilation fails: error[E0412]: cannot find type `AtomicU128` in module `core::sync::atomic`