mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-08 13:56:40 +02:00
community/msitools: disable tests on s390x
ERROR: 26 tests were run, 10 failed unexpectedly. 1 test was skipped.
This commit is contained in:
parent
7d45118185
commit
6d4599b22d
@ -1,7 +1,7 @@
|
||||
# Maintainer: André Klitzing <aklitzing@gmail.com>
|
||||
pkgname=msitools
|
||||
pkgver=0.99
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Set of programs to inspect and build Windows Installer (.MSI) files"
|
||||
url="https://wiki.gnome.org/msitools"
|
||||
arch="all"
|
||||
@ -11,6 +11,7 @@ subpackages="$pkgname-dev $pkgname-lang
|
||||
$pkgname-bash-completion:bashcomp:noarch"
|
||||
source="https://download.gnome.org/sources/msitools/${pkgver}/${pkgname}-${pkgver}.tar.xz
|
||||
fix-segfault.patch"
|
||||
[ "$CARCH" = "s390x" ] && options="!check" # multiple test failures
|
||||
builddir="$srcdir/"$pkgname-$pkgver
|
||||
|
||||
build() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user