ruby: still broken for *-musl

This commit is contained in:
Jürgen Buchmüller 2017-12-16 18:10:45 +01:00
parent aa59114df2
commit 8cc2d7af92
1 changed files with 7 additions and 0 deletions

View File

@ -19,6 +19,13 @@ hostmakedepends="pkg-config bison groff doxygen graphviz"
makedepends="zlib-devel readline-devel libffi-devel libressl-devel
gdbm-devel libyaml-devel pango-devel"
case "$XBPS_TARGET_MACHINE" in
*-musl) # Broken on the builders but successfully built locally
broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/6630/steps/shell_3/logs/stdio"
;;
esac
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" ruby"
fi