From 90058c79f1b3a780e46aa69b9d67dfdfc3560aab Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Thu, 27 Mar 2025 00:03:13 -0700 Subject: [PATCH] misc/rash: Broken on i386 --- misc/rash/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/rash/Makefile b/misc/rash/Makefile index 8e05a1af431c..bbadf05c84b7 100644 --- a/misc/rash/Makefile +++ b/misc/rash/Makefile @@ -11,6 +11,8 @@ WWW= https://rash-sh.github.io \ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_i386= compilation fails, see https://github.com/japaric/syscall.rs/issues/37 + USES= cargo USE_GITHUB= yes