Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools/
Date: Wed, 30 Nov 2022 23:58:32
Message-Id: 1669852675.1af830bd6cf9d77f388671157226bb78def7a062.dilfridge@gentoo
1 commit: 1af830bd6cf9d77f388671157226bb78def7a062
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 23:57:55 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 23:57:55 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=1af830bd
7
8 Disable riscv merged-usr builds, since this is still very broken
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 tools/catalyst-auto-qemu-riscv.conf | 3 ---
13 1 file changed, 3 deletions(-)
14
15 diff --git a/tools/catalyst-auto-qemu-riscv.conf b/tools/catalyst-auto-qemu-riscv.conf
16 index 04a1a89e..a4bc71ff 100644
17 --- a/tools/catalyst-auto-qemu-riscv.conf
18 +++ b/tools/catalyst-auto-qemu-riscv.conf
19 @@ -14,14 +14,11 @@ SETS="
20 lp64d_musl
21 lp64d_openrc
22 lp64d_systemd
23 - lp64d_systemd_mu
24 lp64_musl
25 lp64_openrc
26 lp64_systemd
27 - lp64_systemd_mu
28 multilib_openrc
29 multilib_systemd
30 - multilib_systemd_mu
31 "
32
33 SET_lp64d_musl_SPECS="stage1-lp64d-musl.spec stage3-lp64d-musl.spec"