From dcfe8f28d814fcccf67c2ebc48ad44b10d8fc856 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 18 Jan 2020 16:21:07 +0100 Subject: [PATCH] b3sum: broken on i686 --- srcpkgs/b3sum/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/b3sum/template b/srcpkgs/b3sum/template index 2e7ce8cb344..6a934731212 100644 --- a/srcpkgs/b3sum/template +++ b/srcpkgs/b3sum/template @@ -11,3 +11,7 @@ license="CC0-1.0" homepage="https://github.com/BLAKE3-team/BLAKE3/" distfiles="https://github.com/BLAKE3-team/BLAKE3/archive/${version}.tar.gz" checksum=9a98280267c5143fe39cab3733660ed29807778d4163b659c1140e95d5e78fa5 + +case "$XBPS_TARGET_MACHINE" in + i686*) broken="https://build.voidlinux.org/builders/i686_builder/builds/22404/steps/shell_3/logs/stdio";; +esac