From 65901c614cfb54924ed07b4540ea63fcf418000f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Fri, 22 Dec 2023 01:38:46 +0100 Subject: [PATCH] Disable 23.0 musl builds until catalyst is ready /o\ 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 | 2 +- tools/catalyst-auto-qemu-m68k.conf | 1 - tools/catalyst-auto-qemu-riscv.conf | 2 -- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/catalyst-auto-arm64.conf b/tools/catalyst-auto-arm64.conf index dcf46eb3..ac015b05 100644 --- a/tools/catalyst-auto-arm64.conf +++ b/tools/catalyst-auto-arm64.conf @@ -19,7 +19,7 @@ SETS=" llvm_openrc_23 llvm_systemd_23 " -# needs musl-1.2.4 stable: +# needs musl-1.2.4 stable and new catalyst logic # musl_23 # musl_hardened_23 # musl_llvm_23 diff --git a/tools/catalyst-auto-qemu-m68k.conf b/tools/catalyst-auto-qemu-m68k.conf index 0a6615f8..b5051456 100644 --- a/tools/catalyst-auto-qemu-m68k.conf +++ b/tools/catalyst-auto-qemu-m68k.conf @@ -14,7 +14,6 @@ SETS=" musl openrc systemd_mu - musl_23 openrc_23 systemd_23 " diff --git a/tools/catalyst-auto-qemu-riscv.conf b/tools/catalyst-auto-qemu-riscv.conf index 8cbe0e0b..bcf6ea2e 100644 --- a/tools/catalyst-auto-qemu-riscv.conf +++ b/tools/catalyst-auto-qemu-riscv.conf @@ -21,10 +21,8 @@ SETS=" multilib_systemd_mu lp64d_openrc_23 lp64d_systemd_23 - lp64d_musl_23 lp64_openrc_23 lp64_systemd_23 - lp64_musl_23 multilib_openrc_23 multilib_systemd_23 "