From 3f701de8374752e101ba8439c51a604b9b11700d Mon Sep 17 00:00:00 2001 From: Koichiro Iwao Date: Tue, 10 May 2022 09:47:43 +0900 Subject: [PATCH] textproc/z{ed,q}: mark broken on i386 --- textproc/zed/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/textproc/zed/Makefile b/textproc/zed/Makefile index 69ee69792c1c..4f0a8298214b 100644 --- a/textproc/zed/Makefile +++ b/textproc/zed/Makefile @@ -9,6 +9,8 @@ COMMENT= Command-line tool to manage and query Zed data lakes LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_i386= fails to build: cannot use math.MaxUint32 (untyped int constant 4294967295) as int value in assignment (overflows) + USES= go:modules USE_GITHUB= yes GH_ACCOUNT= brimdata