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 }