Enable the V extension in the OS-Zoo CI job

and also fix the unintentional omission of the ZBA extension,
since the first word in the OPENSSL_riscvcap environment variable
is ignored, because it is assumed to be the processor base
architecture, e.g. something like RV64GC.

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28684)
This commit is contained in:
Bernd Edlinger 2025-09-28 08:32:34 +02:00 committed by Tomas Mraz
parent 7de825efa2
commit 0e5e84c486
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ jobs:
run: ./util/opensslwrap.sh version -c run: ./util/opensslwrap.sh version -c
- name: make test - name: make test
env: env:
OPENSSL_riscvcap: ZBA_ZBB_ZBC_ZBS_ZKT OPENSSL_riscvcap: RV64GC_ZBA_ZBB_ZBC_ZBS_ZKT_V
run: make test HARNESS_JOBS=${HARNESS_JOBS:-4} run: make test HARNESS_JOBS=${HARNESS_JOBS:-4}
freebsd-x86_64: freebsd-x86_64: