git: c5e68e04742d - main - databases/qdrant: Broken on armv7

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 04 Feb 2024 08:59:35 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c5e68e04742dd1c757226b3adfd771ebe8cbc855

commit c5e68e04742dd1c757226b3adfd771ebe8cbc855
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-02-04 08:50:52 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-02-04 08:59:24 +0000

    databases/qdrant: Broken on armv7
    
    Reported by:    portscout
---
 databases/qdrant/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/databases/qdrant/Makefile b/databases/qdrant/Makefile
index 66c70cc4356e..21ca27dfad1c 100644
--- a/databases/qdrant/Makefile
+++ b/databases/qdrant/Makefile
@@ -11,6 +11,7 @@ WWW=		https://qdrant.tech
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_armv7=	compiler crashes, see https://github.com/rust-lang/rust/issues/120637
 BROKEN_i386=	compilation breaks with fatal warning: implicit conversion from 'std::numeric_limits<unsigned long long>::type' (aka 'unsigned long long') to 'size_t' (aka 'unsigned int') changes value from 18446744073709551615 to 4294967295
 BROKEN_powerpc64le=	compilation failure: called `Option::unwrap()` on a `None` value in ring-0.16.20/build.rs: # see https://github.com/qdrant/qdrant/issues/3392