Factor out OpenSSL install and test more versions.
Move OpenSSL installation into its own script with a "-a" option to install the "next" version to test for ABI compatibility.
This commit is contained in:
@@ -164,6 +164,11 @@ jobs:
|
||||
TEST_SSH_UNSAFE_PERMISSIONS: 1
|
||||
TEST_SSH_HOSTBASED_AUTH: yes
|
||||
LTESTS: ${{ vars.LTESTS }}
|
||||
- name: test OpenSSL3 ABI compatibility
|
||||
if: ${{ startsWith(matrix.config, 'openssl-3') }}
|
||||
run: |
|
||||
sh .github/install_libcrypto.sh -a ${{ matrix.config }} /opt/openssl
|
||||
sh .github/run_test.sh ${{ matrix.config }}
|
||||
- name: show logs
|
||||
if: failure()
|
||||
run: for i in regress/failed*.log; do echo ====; echo logfile $i; echo =====; cat $i; done
|
||||
|
||||
Reference in New Issue
Block a user