]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
print CPUINFO in QEMU cross-compile jobs
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Mon, 6 Oct 2025 06:54:38 +0000 (08:54 +0200)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Mon, 10 Nov 2025 06:18:29 +0000 (07:18 +0100)
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/28760)

.github/workflows/cross-compiles.yml

index d414bd8ec06f5a1f69ce9627dd3b8d9f0540c11e..b0f8d362ecf3bde89aefdad69d35357eedaf3902 100644 (file)
@@ -206,8 +206,10 @@ jobs:
                  ${{ matrix.platform.opensslcaps }}" >> $GITHUB_ENV
 
     - name: get cpu info
-      run: cat /proc/cpuinfo
-
+      if: matrix.platform.tests != 'none'
+      run: |
+         cat /proc/cpuinfo
+         QEMU_LD_PREFIX=/usr/${{ matrix.platform.arch }} ./util/opensslwrap.sh version -c
     - name: make all tests
       if: github.event_name == 'push' && matrix.platform.tests == ''
       run: |