nushell: mark broken for 32-bit build
This commit is contained in:
parent
ba3c66cee3
commit
5554ed8e3d
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue