sbcl: broken on musl
This commit is contained in:
parent
a1abea23fe
commit
9b23f85cd0
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@ pkgname=sbcl
|
|||
version=1.4.7
|
||||
revision=1
|
||||
only_for_archs="i686 x86_64 x86_64-musl armv7l aarch64"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) broken=https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/9674/steps/shell_3/logs/stdio ;;
|
||||
esac
|
||||
|
||||
hostmakedepends="iana-etc"
|
||||
makedepends="zlib-devel"
|
||||
conf_files="/etc/sbclrc"
|
||||
|
|
Loading…
Reference in a new issue