aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-02-04 08:50:52 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-02-04 08:59:24 +0000
commitc5e68e04742dd1c757226b3adfd771ebe8cbc855 (patch)
treed9f0d6d247e1d2eb788d385d452ad188e379dad3
parent1f0b600047180795d7f7d2fcb054fddafae2b2cf (diff)
downloadports-c5e68e04742dd1c757226b3adfd771ebe8cbc855.tar.gz
ports-c5e68e04742dd1c757226b3adfd771ebe8cbc855.zip
databases/qdrant: Broken on armv7
Reported by: portscout
-rw-r--r--databases/qdrant/Makefile1
1 files changed, 1 insertions, 0 deletions
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