From: Simon Horman <horms@kernel.org>
To: Xianting Tian <xianting.tian@linux.alibaba.com>
Cc: Yixun Lan <yixun.lan@gmail.com>,
Nick Kossifidis <mick@ics.forth.gr>,
kexec@lists.infradead.org, Simon Horman <horms@kernel.org>
Subject: [PATCH kexec-tools] github: add RISC-V to workflow
Date: Fri, 21 Oct 2022 17:31:43 +0200 [thread overview]
Message-ID: <20221021153143.125826-1-horms@kernel.org> (raw)
In-Reply-To: <20221020031548.47587-1-xianting.tian@linux.alibaba.com>
Add RISC-V builds to workflow
Signed-off-by: Simon Horman <horms@kernel.org>
---
.github/workflows/build.yml | 3 +++
1 file changed, 3 insertions(+)
Hi Xianting Tian,
Please consider including this a v3 patch-set
to add RISC-V to kexec-tools.
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e554751e0017..2731282d9521 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -19,6 +19,8 @@ jobs:
- powerpc
- powerpc64
- powerpc64le
+ - riscv32
+ - riscv64
- sh4
- s390x
- x86_64-x32
@@ -42,6 +44,7 @@ jobs:
case $ARCH in
arm) GNU_ARCH="arm-linux-gnueabi" ;;
arm64) GNU_ARCH="aarch64-linux-gnu" ;;
+ riscv32) CROSS_COMPILER_PKG="gcc-riscv64-linux-gnu" ;;
x86_64) ;;
x86_64-x32) GNU_ARCH="x86_64-linux-gnux32"
CROSS_COMPILER_PKG="gcc-x86-64-linux-gnux32" ;;
--
2.30.2
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
prev parent reply other threads:[~2022-10-21 15:32 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-20 3:15 [PATCH V2] RISC-V: Add support for riscv kexec/kdump on kexec-tools Xianting Tian
2022-10-21 15:27 ` Simon Horman
2022-10-26 2:13 ` Xianting Tian
2022-10-26 2:59 ` Xianting Tian
2023-03-27 1:52 ` Baoquan He
2023-03-27 8:27 ` Guo Ren
2023-07-18 9:37 ` Petr Tesařík
2023-07-18 9:40 ` Xianting Tian
2023-07-18 9:49 ` Petr Tesařík
2022-10-28 9:58 ` Simon Horman
2022-10-21 15:31 ` Simon Horman [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221021153143.125826-1-horms@kernel.org \
--to=horms@kernel.org \
--cc=kexec@lists.infradead.org \
--cc=mick@ics.forth.gr \
--cc=xianting.tian@linux.alibaba.com \
--cc=yixun.lan@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox