Date: Sun, 4 Feb 2024 08:59:29 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1b889e2f1d22 - main - databases/surrealdb: Broken on armv7 Message-ID: <202402040859.4148xTBi073132@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=1b889e2f1d22a275c04bc0e371145bddda70e951 commit 1b889e2f1d22a275c04bc0e371145bddda70e951 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-02-04 08:39:26 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-02-04 08:59:22 +0000 databases/surrealdb: Broken on armv7 Reported by: fallout --- databases/surrealdb/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/databases/surrealdb/Makefile b/databases/surrealdb/Makefile index 1baf1673a01d..a48da4aaf5b4 100644 --- a/databases/surrealdb/Makefile +++ b/databases/surrealdb/Makefile @@ -12,6 +12,7 @@ LICENSE_NAME= Business Source License 1.1 LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept +BROKEN_armv7= compilation fails: memory allocation of 83886084 bytes failed BROKEN_i386= compilation fails: memory allocation of 109051908 bytes failed LIB_DEPENDS= libzstd.so:archivers/zstd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402040859.4148xTBi073132>