mirror of https://github.com/wolfSSL/wolfssl.git
update libssh2 version to pass tests
parent
239b85c804
commit
853c108802
|
@ -17,7 +17,7 @@ jobs:
|
||||||
name: Build wolfSSL
|
name: Build wolfSSL
|
||||||
# Just to keep it the same as the testing target
|
# Just to keep it the same as the testing target
|
||||||
if: github.repository_owner == 'wolfssl'
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 4
|
timeout-minutes: 4
|
||||||
steps:
|
steps:
|
||||||
|
@ -44,10 +44,10 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
# List of releases to test
|
# List of releases to test
|
||||||
ref: [ 1.11.0 ]
|
ref: [ 1.11.1 ]
|
||||||
name: ${{ matrix.ref }}
|
name: ${{ matrix.ref }}
|
||||||
if: github.repository_owner == 'wolfssl'
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 8
|
timeout-minutes: 8
|
||||||
needs: build_wolfssl
|
needs: build_wolfssl
|
||||||
|
@ -70,5 +70,8 @@ jobs:
|
||||||
check: true
|
check: true
|
||||||
|
|
||||||
- name: Confirm libssh2 built with wolfSSL
|
- name: Confirm libssh2 built with wolfSSL
|
||||||
working-directory: ./libssh2
|
run: ldd libssh2/src/.libs/libssh2.so | grep wolfssl
|
||||||
run: ldd src/.libs/libssh2.so | grep wolfssl
|
|
||||||
|
- name: print server logs
|
||||||
|
if: ${{ failure() }}
|
||||||
|
run: tail -n +1 libssh2/tests/*.log
|
||||||
|
|
Loading…
Reference in New Issue