From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 32E26158041 for ; Sat, 6 Apr 2024 14:35:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B592E29F8; Sat, 6 Apr 2024 14:35:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E86CE29F8 for ; Sat, 6 Apr 2024 14:35:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 028513430F2 for ; Sat, 6 Apr 2024 14:35:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 522961688 for ; Sat, 6 Apr 2024 14:35:44 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1712414119.fe65e350f95103437e322c9e149840760553561a.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-qemu-riscv.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: fe65e350f95103437e322c9e149840760553561a X-VCS-Branch: master Date: Sat, 6 Apr 2024 14:35:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c625760b-b412-4b2d-a785-9bc86766907a X-Archives-Hash: 1a6fa1c2742cb2dbbbc6de3b3e507df0 commit: fe65e350f95103437e322c9e149840760553561a Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Apr 6 14:35:19 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Apr 6 14:35:19 2024 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=fe65e350 Enable riscv RV32 ILP32D builds Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-qemu-riscv.conf | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/tools/catalyst-auto-qemu-riscv.conf b/tools/catalyst-auto-qemu-riscv.conf index 328b500a..7114c491 100644 --- a/tools/catalyst-auto-qemu-riscv.conf +++ b/tools/catalyst-auto-qemu-riscv.conf @@ -19,12 +19,15 @@ SETS=" lp64_musl_23 multilib_openrc_23 multilib_systemd_23 + ilp32d_openrc_23 + ilp32d_systemd_23 lp64d_openrc lp64d_musl lp64_openrc lp64_musl multilib_openrc " +# ilp32d_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" @@ -45,6 +48,10 @@ SET_lp64_systemd_23_SPECS="stage1-lp64-systemd-23.spec stage3-lp64-systemd-23.sp SET_multilib_openrc_23_SPECS="stage1-multilib-openrc-23.spec stage3-multilib-openrc-23.spec" SET_multilib_systemd_23_SPECS="stage1-multilib-systemd-23.spec stage3-multilib-systemd-23.spec" +SET_ilp32d_musl_23_SPECS="rv32_ilp32d/stage1-ilp32d-musl-23.spec rv32_ilp32d/stage3-ilp32d-musl-23.spec" +SET_ilp32d_openrc_23_SPECS="rv32_ilp32d/stage1-ilp32d-openrc-23.spec rv32_ilp32d/stage3-ilp32d-openrc-23.spec" +SET_ilp32d_systemd_23_SPECS="rv32_ilp32d/stage1-ilp32d-systemd-23.spec rv32_ilp32d/stage3-ilp32d-systemd-23.spec" + update_symlinks() { # Symlink the latest stages3 to build from local d f @@ -71,6 +78,10 @@ post_build() { upload builds/23.0-default/stage3-rv64_lp64d-systemd-${TIMESTAMP}*.xz* upsync_binpackages packages/23.0-default/stage3-rv64_lp64d riscv/23.0/rv64_lp64d ;; + stage3-lp64d-musl-23.spec) + upload builds/23.0-musl/stage3-rv64_lp64d_musl-${TIMESTAMP}*.xz* + upsync_binpackages packages/23.0-musl/stage3-rv64_lp64d_musl riscv/23.0/rv64_lp64d_musl + ;; stage3-lp64-openrc-23.spec) upload builds/23.0-default/stage3-rv64_lp64-openrc-${TIMESTAMP}*.xz* ;; @@ -78,6 +89,10 @@ post_build() { upload builds/23.0-default/stage3-rv64_lp64-systemd-${TIMESTAMP}*.xz* upsync_binpackages packages/23.0-default/stage3-rv64_lp64 riscv/23.0/rv64_lp64 ;; + stage3-lp64-musl-23.spec) + upload builds/23.0-musl/stage3-rv64_lp64_musl-${TIMESTAMP}*.xz* + upsync_binpackages packages/23.0-musl/stage3-rv64_lp64_musl riscv/23.0/rv64_lp64_musl + ;; stage3-multilib-openrc-23.spec) upload builds/23.0-default/stage3-rv64_multilib-openrc-${TIMESTAMP}*.xz* ;; @@ -85,13 +100,16 @@ post_build() { upload builds/23.0-default/stage3-rv64_multilib-systemd-${TIMESTAMP}*.xz* upsync_binpackages packages/23.0-default/stage3-rv64_multilib riscv/23.0/rv64_multilib ;; - stage3-lp64d-musl-23.spec) - upload builds/23.0-musl/stage3-rv64_lp64d_musl-${TIMESTAMP}*.xz* - upsync_binpackages packages/23.0-musl/stage3-rv64_lp64d_musl riscv/23.0/rv64_lp64d_musl + rv32_ilp32d/stage3-ilp32d-openrc-23.spec) + upload builds/23.0-default/stage3-rv32_ilp32d-openrc-${TIMESTAMP}*.xz* ;; - stage3-lp64-musl-23.spec) - upload builds/23.0-musl/stage3-rv64_lp64_musl-${TIMESTAMP}*.xz* - upsync_binpackages packages/23.0-musl/stage3-rv64_lp64_musl riscv/23.0/rv64_lp64_musl + rv32_ilp32d/stage3-ilp32d-systemd-23.spec) + upload builds/23.0-default/stage3-rv32_ilp32d-systemd-${TIMESTAMP}*.xz* + upsync_binpackages packages/23.0-default/stage3-rv32_ilp32d riscv/23.0/rv32_ilp32d + ;; + rv32_ilp32d/stage3-ilp32d-musl-23.spec) + upload builds/23.0-musl/stage3-rv32_ilp32d_musl-${TIMESTAMP}*.xz* + upsync_binpackages packages/23.0-musl/stage3-rv32_ilp32d_musl riscv/23.0/rv32_ilp32d_musl ;; stage3*openrc.spec) upsync_binpackages packages/default/stage3-rv64_lp64d riscv/20.0/rv64_lp64d