git: fad3c157f6ee - main - misc/rash: Broken on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Apr 2025 05:17:57 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=fad3c157f6ee7f86b6edb12043b57ef4c37ffdee commit fad3c157f6ee7f86b6edb12043b57ef4c37ffdee Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-04-27 05:17:32 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-04-27 05:17:55 +0000 misc/rash: Broken on armv7 Reported by: fallout --- misc/rash/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/rash/Makefile b/misc/rash/Makefile index 3c652e646334..3506c5a13384 100644 --- a/misc/rash/Makefile +++ b/misc/rash/Makefile @@ -12,6 +12,7 @@ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_aarch64= compilation fails, see https://github.com/rash-sh/rash/issues/749 +BROKEN_armv7= compilation fails, see https://github.com/rash-sh/rash/issues/749 BROKEN_i386= compilation fails, see https://github.com/japaric/syscall.rs/issues/37 USES= cargo