aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-11 18:09:55 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-11 18:11:01 +0200
commitca22d0bbc634ecd52f517087c9c6c9cca80ba7b5 (patch)
tree711bbd4e2882183f381566f54cea767ad1342b26
parentAdd specs for first 1-level libdir riscv builds (diff)
downloadreleng-ca22d0bb.tar.gz
releng-ca22d0bb.tar.bz2
releng-ca22d0bb.zip
Add riscv64-lp64d stages with libdir=lib64 to the autobuilds
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--tools/catalyst-auto-qemu-riscv.conf9
1 files changed, 8 insertions, 1 deletions
diff --git a/tools/catalyst-auto-qemu-riscv.conf b/tools/catalyst-auto-qemu-riscv.conf
index 8b49333e..d6fed219 100644
--- a/tools/catalyst-auto-qemu-riscv.conf
+++ b/tools/catalyst-auto-qemu-riscv.conf
@@ -11,6 +11,8 @@ SPECS_DIR=${REPO_DIR}/releases/specs-qemu/riscv
EMAIL_SUBJECT_PREPEND="[riscv-qemu-auto]"
SETS="
+ lp64d_200_openrc
+ lp64d_200_systemd
lp64d
lp64
lp64d_systemd
@@ -19,13 +21,18 @@ SETS="
# riscv32 does not work yet
# ilp32
-
+# multilib needs re-bootstrapping
SET_multilib_SPECS="stage1-multilib.spec stage2-multilib.spec stage3-multilib.spec"
+
+SET_lp64d_200_openrc_SPECS="stage1-lp64d-20.0-openrc.spec stage2-lp64d-20.0-openrc.spec stage3-lp64d-20.0-openrc.spec"
+SET_lp64d_200_systemd_SPECS="stage1-lp64d-20.0-systemd.spec stage2-lp64d-20.0-systemd.spec stage3-lp64d-20.0-systemd.spec"
+
SET_lp64d_SPECS="stage1-lp64d.spec stage2-lp64d.spec stage3-lp64d.spec"
SET_lp64_SPECS="stage1-lp64.spec stage2-lp64.spec stage3-lp64.spec"
SET_lp64d_systemd_SPECS="stage1-lp64d-systemd.spec stage2-lp64d-systemd.spec stage3-lp64d-systemd.spec"
SET_lp64_systemd_SPECS="stage1-lp64-systemd.spec stage2-lp64-systemd.spec stage3-lp64-systemd.spec"
+
SET_ilp32_SPECS="stage1-ilp32.spec stage2-ilp32.spec stage3-ilp32.spec"
update_symlinks() {