From 8a5b582da732f63204b6709f42c8fa484ce357ff Mon Sep 17 00:00:00 2001 From: John Date: Wed, 23 Oct 2019 00:01:06 +0200 Subject: [PATCH] stress-ng: set broken for *musl --- srcpkgs/stress-ng/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/stress-ng/template b/srcpkgs/stress-ng/template index 512b379be63..29b3c9d65af 100644 --- a/srcpkgs/stress-ng/template +++ b/srcpkgs/stress-ng/template @@ -10,3 +10,7 @@ license="GPL-2.0-or-later" homepage="http://kernel.ubuntu.com/~cking/stress-ng/" distfiles="http://kernel.ubuntu.com/~cking/tarballs/stress-ng/${pkgname}-${version}.tar.xz" checksum=4addeaabcfcb709581cbc4c61182317b8d91bcf31f529bfa899d170facfd75ce + +case "$XBPS_TARGET_MACHINE" in + *-musl) broken="https://build.voidlinux.org/builders/armv7l-musl_builder/builds/21516/steps/shell_3/logs/stdio" +esac