From dfa28b9cff90fa1582858c44e35a69e50ac36696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Fri, 15 Dec 2023 23:22:08 +0100 Subject: [PATCH] Disable arm64 23.0 musl builds again (needs musl-1.2.4 stable) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- tools/catalyst-auto-arm64.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/catalyst-auto-arm64.conf b/tools/catalyst-auto-arm64.conf index 61c7d67f..dcf46eb3 100644 --- a/tools/catalyst-auto-arm64.conf +++ b/tools/catalyst-auto-arm64.conf @@ -18,10 +18,11 @@ SETS=" systemd_23 llvm_openrc_23 llvm_systemd_23 - musl_23 - musl_hardened_23 - musl_llvm_23 " +# needs musl-1.2.4 stable: +# musl_23 +# musl_hardened_23 +# musl_llvm_23 SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec stage3d-openrc.spec" SET_openrc_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"