ruby: broken for *-musl
This commit is contained in:
parent
740586f7df
commit
f9b9dacf10
|
@ -19,6 +19,12 @@ 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
|
||||
|
|
Loading…
Reference in New Issue
Block a user