From 229062378adc15f5d5e3ec4b3dea7d865b62927d Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 12 Dec 2020 05:10:44 +0000 Subject: [PATCH] Mark BROKEN on riscv64. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com build testing --- benchmarks/lzbench/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/benchmarks/lzbench/Makefile b/benchmarks/lzbench/Makefile index 3f0bc8e5b112..100ac03a907a 100644 --- a/benchmarks/lzbench/Makefile +++ b/benchmarks/lzbench/Makefile @@ -9,6 +9,8 @@ CATEGORIES= benchmarks MAINTAINER= danfe@FreeBSD.org COMMENT= In-memory benchmark of open-source LZ77/LZSS/LZMA compressors +BROKEN_riscv64= fails to compile: invalid arch name 'native', string must begin with rv32{i,e,g} or rv64{i,g} + USES= compiler:c11 gmake USE_GITHUB= yes GH_ACCOUNT= inikep