diff --git a/.cirrus.yml b/.cirrus.yml index c190d321d1..f4c84b46d1 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -260,6 +260,8 @@ alt_build_task: ALT_NAME: 'Alt Arch. MIPS Cross' - env: ALT_NAME: 'Alt Arch. MIPS64 Cross' + - env: + ALT_NAME: 'Alt Arch. RISCV64 Cross' - env: ALT_NAME: 'Alt Arch. Other Cross' # This task cannot make use of the shared repo.tar.zst artifact. diff --git a/contrib/cirrus/runner.sh b/contrib/cirrus/runner.sh index 8816269613..fa5b75ee2d 100755 --- a/contrib/cirrus/runner.sh +++ b/contrib/cirrus/runner.sh @@ -304,6 +304,9 @@ function _run_altbuild() { mips64le) _build_altbuild_archs "${arches[@]}" ;; + Alt*RISCV64*Cross) + _build_altbuild_archs "riscv64" + ;; *) die "Unknown/Unsupported \$$ALT_NAME '$ALT_NAME'" esac