ethtool: set temporary broken on musl

doesn't compile on buildbot
This commit is contained in:
John Zimmermann 2020-01-22 19:20:08 +01:00
parent 23ab38c82c
commit de2311e2bc
1 changed files with 5 additions and 0 deletions

View File

@ -9,3 +9,8 @@ license="GPL-2.0-only"
homepage="http://www.kernel.org/pub/software/network/ethtool/"
distfiles="http://www.kernel.org/pub/software/network/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=22f81e4927d6eb6a13a259d705248a96005fce2005e15257f639f5a1c8c52b6b
case "$XBPS_TARGET_MACHINE" in
aarch64*);;
*-musl) broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/25576/steps/shell_3/logs/stdio";;
esac