git: 21b02d03b369 - main - lang/rustpython: Broken on aarch64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Jan 2024 02:49:03 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=21b02d03b369a4dbd1cdcafb0b3335751d14469f commit 21b02d03b369a4dbd1cdcafb0b3335751d14469f Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-24 02:48:38 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-24 02:48:38 +0000 lang/rustpython: Broken on aarch64 Reported by: fallout --- lang/rustpython/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/rustpython/Makefile b/lang/rustpython/Makefile index ce6a21ccd00e..552489f27f66 100644 --- a/lang/rustpython/Makefile +++ b/lang/rustpython/Makefile @@ -9,6 +9,8 @@ WWW= https://rustpython.github.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= fails to compile, see https://github.com/rusqlite/rusqlite/issues/1440 + USES= cargo USE_GITHUB= yes