commit: a1f68f259d5d5954192b3a1497c960972e9be4fe
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu May 2 07:32:12 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu May 2 07:32:36 2024 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=a1f68f25
Enable riscv32 musl builds
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
tools/catalyst-auto-qemu-riscv.conf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/catalyst-auto-qemu-riscv.conf
b/tools/catalyst-auto-qemu-riscv.conf
index 63d79a05..d88df515 100644
--- a/tools/catalyst-auto-qemu-riscv.conf
+++ b/tools/catalyst-auto-qemu-riscv.conf
@@ -21,16 +21,16 @@ SETS="
multilib_systemd_23
ilp32d_openrc_23
ilp32d_systemd_23
+ ilp32d_musl_23
ilp32_openrc_23
ilp32_systemd_23
+ ilp32_musl_23
lp64d_openrc
lp64d_musl
lp64_openrc
lp64_musl
multilib_openrc
"
-# ilp32d_musl_23
-# ilp32_musl_23
SET_lp64d_musl_SPECS="stage1-lp64d-musl.spec stage3-lp64d-musl.spec"
SET_lp64d_openrc_SPECS="stage1-lp64d-openrc.spec stage3-lp64d-openrc.spec"