diff options
| author | Robert Clausecker <fuz@FreeBSD.org> | 2025-11-12 13:15:34 +0100 |
|---|---|---|
| committer | Robert Clausecker <fuz@FreeBSD.org> | 2025-11-12 14:53:38 +0100 |
| commit | 381bc44726155563d9eeb46322660811331b9462 (patch) | |
| tree | 54c35f1796230977aab7791d2c36e83249cc3128 /databases | |
| parent | devel/libhoard: fix build (diff) | |
databases/weaviate: not for 32 bit platforms
There are a bunch of issues building the port on 32 bit platforms.
See the upstream issue I filed.
See also: https://github.com/weaviate/weaviate/issues/9692
MFH: 2025Q4
Diffstat (limited to 'databases')
| -rw-r--r-- | databases/weaviate/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/weaviate/Makefile b/databases/weaviate/Makefile index cfc0452c94cb..8312ac5cb838 100644 --- a/databases/weaviate/Makefile +++ b/databases/weaviate/Makefile @@ -11,7 +11,9 @@ WWW= https://weaviate.io/ \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_i386= build error: no error messages printed +# https://github.com/weaviate/weaviate/issues/9692 +NOT_FOR_ARCHS= armv7 i386 powerpc +NOT_FOR_ARCHS_REASON= port seems to not support 32 bit platforms USES= go:modules |
