From 3ec0fc353b496c91683c461f81cc67e719777785 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Mon, 2 Oct 2017 10:24:13 +0000 Subject: [PATCH] exa: i686 broken --- srcpkgs/exa/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/exa/template b/srcpkgs/exa/template index 60bbedd206c..0ff374eff2b 100644 --- a/srcpkgs/exa/template +++ b/srcpkgs/exa/template @@ -12,6 +12,10 @@ distfiles="https://github.com/ogham/exa/archive/v${version}.tar.gz" checksum=07085fd784d553b7c3b62b5a52e4635580d6154f47e6d64245ec0588638dee3e nocross=yes # rust +case "$XBPS_TARGET_MACHINE" in + i686*) broken="https://build.voidlinux.eu/builders/i686_builder/builds/5146/steps/shell_3/logs/stdio";; +esac + do_build() { cargo build --release }