From 4897de7042bccd21b348d379ad4b2a42ec54103a Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 29 Sep 2018 14:04:55 -0300 Subject: [PATCH] sbcl: temporarily mark as broken on x86_64-musl so we get the builder to build chroot-texinfo --- srcpkgs/sbcl/template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srcpkgs/sbcl/template b/srcpkgs/sbcl/template index d76e72470f2..e0d6fcdbb90 100644 --- a/srcpkgs/sbcl/template +++ b/srcpkgs/sbcl/template @@ -35,6 +35,9 @@ aarch64) distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.3.9-arm64-linux-binary.tar.bz2" checksum+=" 494829f8e3ea7eb1c308b343cc390daf94a6215030a5f2b9ee0cded67511e918" ;; +x86_64-musl) + broken="Remove this once x86_64-musl gets the right build order" + ;; *-musl) makedepends+=" ccl" _bootstrap_lisp="ccl --batch --quiet --no-init"