diff --git a/databases/qdrant/Makefile b/databases/qdrant/Makefile index 66c70cc4356e0..21ca27dfad1cf 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::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