From 6e5e3572517f7031fc7f20e1aa06dd8b4f5d527e Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Mon, 5 Aug 2019 09:35:37 +0200 Subject: [PATCH] shellcheck: broken on i686 for now --- srcpkgs/shellcheck/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/shellcheck/template b/srcpkgs/shellcheck/template index 548393430a4..7624860462b 100644 --- a/srcpkgs/shellcheck/template +++ b/srcpkgs/shellcheck/template @@ -14,6 +14,10 @@ checksum=946cf3421ffd418f0edc380d1184e4cb08c2ec7f098c79b1c8a2c482fe91d877 nocross=yes nopie_files="/usr/bin/shellcheck" +case "$XBPS_TARGET_MACHINE" in + i686) broken="https://build.voidlinux.org/builders/i686_builder/builds/19227/steps/shell_3/logs/stdio" +esac + pre_configure() { pandoc -s -t man shellcheck.1.md -o shellcheck.1 }