diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-10-14 01:39:09 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-10-14 01:39:09 +0200 |
commit | 1bc06f77fc8f56443221c8bb1540c7687d285fd7 (patch) | |
tree | 1ee6d85490b22e67ed5d6e06629c41bf4a97b6fa /main/qemu | |
parent | 49c55179349e43e2151cb8d043c9d063362116f9 (diff) | |
download | aports-1bc06f77fc8f56443221c8bb1540c7687d285fd7.tar.bz2 aports-1bc06f77fc8f56443221c8bb1540c7687d285fd7.tar.xz |
main/qemu: disable check, some tests does not work on our builders
There are a lot of errors like:
socket_accept failed: Resource temporarily unavailable
and:
Could not access KVM kernel module: No such file or directory
Diffstat (limited to 'main/qemu')
-rw-r--r-- | main/qemu/APKBUILD | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/main/qemu/APKBUILD b/main/qemu/APKBUILD index cf1e4a77eb..e64f5c8432 100644 --- a/main/qemu/APKBUILD +++ b/main/qemu/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=qemu pkgver=2.10.1 -pkgrel=1 +pkgrel=0 pkgdesc="QEMU is a generic machine emulator and virtualizer" url="http://qemu.org/" arch="all" @@ -139,6 +139,7 @@ source="http://wiki.qemu-project.org/download/$pkgname-$pkgver.tar.bz2 bridge.conf " builddir="$srcdir/$pkgname-$pkgver" +options="!check" # some tests does not run on our builders # secfixes: # 2.8.1-r1: @@ -168,10 +169,6 @@ builddir="$srcdir/$pkgname-$pkgver" # - CVE-2017-5898 # - CVE-2017-5931 -case "$CARCH" in - s390x) options="!check";; # tests allegedly hangs -esac - prepare() { default_prepare # apply patches |