]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Enable the V extension in the OS-Zoo CI job
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Sun, 28 Sep 2025 06:32:34 +0000 (08:32 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 1 Oct 2025 15:51:11 +0000 (17:51 +0200)
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)

.github/workflows/os-zoo.yml

index acdfd3ec55b777cb0b83e01d735d4b3fe9b541be..68f0c331ac4a4f727123652b3eba4bbf95642391 100644 (file)
@@ -240,7 +240,7 @@ jobs:
       run: ./util/opensslwrap.sh version -c
     - name: make test
       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}
 
   freebsd-x86_64: