summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorChristoph Müllner <christoph.muellner@vrull.eu>2023-01-25 17:48:41 +0100
committerTomas Mraz <tomas@openssl.org>2023-01-26 10:20:14 +0100
commit45972000b44ce0d97adacfddb38f28710b49cfec (patch)
treef5ec801e76eca360546dd1f960c3cbb1291983e9 /.github
parenta4aa977d3a8049d5386dc583e16c17727c712eaa (diff)
Revert "CI: cross-compile: riscv: Add RV64 machine with Zb* and Zk*"
This reverts commit e787c57c538d0922004e49a10be0d403af773272. The current CI host system is Ubuntu 22.04, which ships with QEMU 6.2. This QEMU release is too old for the required RISC-V extensions. We would need at least QEMU 7.1 (Aug 2022) for this patch. Let's revert the patch. Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20139)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cross-compiles.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.github/workflows/cross-compiles.yml b/.github/workflows/cross-compiles.yml
index 6c226e9ec1..124553c743 100644
--- a/.github/workflows/cross-compiles.yml
+++ b/.github/workflows/cross-compiles.yml
@@ -94,19 +94,10 @@ jobs:
# resolves it.
target: -O2 linux-ppc64le
}, {
- # RV64GC
arch: riscv64-linux-gnu,
libs: libc6-dev-riscv64-cross,
target: linux64-riscv64
}, {
- # RV64GC with bitmanip and scalar crypto extensions
- arch: riscv64-linux-gnu,
- libs: libc6-dev-riscv64-cross,
- target: linux64-riscv64,
- qemucpu: "rv64,zba=true,zbb=true,zbc=true,zbs=true,zbkb=true,zbkc=true,zbkx=true,zknd=true,zkne=true,zknh=true,zksed=true,zksh=true,zkr=true",
- opensslcapsname: riscvcap, # OPENSSL_riscvcap
- opensslcaps: "rv64gc_zba_zbb_zbc_zbs_zbkb_zbkc_zbkx_zbknd_zkne_zknh_zksed_zksh_zkr"
- }, {
arch: s390x-linux-gnu,
libs: libc6-dev-s390x-cross,
target: linux64-s390x -Wno-stringop-overflow