]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Run tests nightly on riscv64 runner feature/acert-cli
authorDmitry Misharov <dmitry@openssl.org>
Wed, 2 Apr 2025 09:48:00 +0000 (11:48 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 2 May 2025 11:45:06 +0000 (13:45 +0200)
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27240)

.github/workflows/os-zoo.yml

index 00a922825172e2b1bb72a89e502f4c4011d244ee..b58e97790daa835e8a722bc54f9a0814c99edc66 100644 (file)
@@ -211,6 +211,23 @@ jobs:
     - name: make test
       run: make test HARNESS_JOBS=${HARNESS_JOBS:-4}
 
+  linux-riscv64:
+    runs-on: linux-riscv64
+    steps:
+    - uses: actions/checkout@v4
+    - name: config
+      run: ./config enable-fips enable-ec_nistp_64_gcc_128 enable-md2 enable-rc5 enable-ssl3 enable-ssl3-method enable-trace
+    - name: config dump
+      run: ./configdata.pm --dump
+    - name: make
+      run: make -j8
+    - name: get cpu info
+      run: ./util/opensslwrap.sh version -c
+    - name: make test
+      env:
+        OPENSSL_riscvcap: ZBA_ZBB_ZBC_ZBS_ZKT
+      run: make test HARNESS_JOBS=${HARNESS_JOBS:-4}
+
   freebsd-x86_64:
     runs-on: ubuntu-latest
     steps: