Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/28760)
(cherry picked from commit
70b3250ed84ddaaaa29902398730cc3026b47abb)
${{ 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: |