From 5554ed8e3d2c4cba247bc2b77bf6cd7bb998e15f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 22 Jul 2021 10:09:04 +0700 Subject: [PATCH] nushell: mark broken for 32-bit build --- srcpkgs/nushell/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template index 932f74a0ebb..98b7516a086 100644 --- a/srcpkgs/nushell/template +++ b/srcpkgs/nushell/template @@ -18,6 +18,10 @@ register_shell="/usr/bin/nu" # all tests fail with argument --target make_check=no +if [ "$XBPS_TARGET_WORDSIZE" != 64 ]; then + broken='https://build.voidlinux.org/builders/i686_builder/builds/33520/steps/shell_3/logs/stdio' +fi + post_install() { vlicense LICENSE }