File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 timeout-minutes : 20
2020 strategy :
2121 matrix :
22- wolfssl_ref : [ 'master', 'v5.7.4 -stable' ]
23- openssl_ref : [ 'openssl-3.2 .0' ]
22+ wolfssl_ref : [ 'master', 'v5.8.0 -stable' ]
23+ openssl_ref : [ 'openssl-3.5 .0' ]
2424 steps :
2525 - name : Checkout wolfProvider
2626 uses : actions/checkout@v4
5656 - name : Build wolfProvider
5757 if : steps.wolfprov-${{ matrix.wolfssl_ref }}-cache.hit != 'true'
5858 run : |
59- WOLFSSL_TAG=${{ matrix.wolfssl_ref }} ./scripts/build-wolfprovider.sh
59+ OPENSSL_TAG=${{ matrix.openssl_ref }} WOLFSSL_TAG=${{ matrix.wolfssl_ref }} ./scripts/build-wolfprovider.sh
6060
6161 - name : Print errors
6262 if : ${{ failure() }}
7272 timeout-minutes : 20
7373 strategy :
7474 matrix :
75- wolfssl_ref : [ 'master', 'v5.7.4 -stable' ]
76- openssl_ref : [ 'openssl-3.2 .0' ]
75+ wolfssl_ref : [ 'master', 'v5.8.0 -stable' ]
76+ openssl_ref : [ 'openssl-3.5 .0' ]
7777 openssh_ref : [ 'master', 'V_10_0_P2', 'V_9_9_P1' ]
7878 force_fail : [ 'WOLFPROV_FORCE_FAIL=1', '' ]
7979 exclude :
You can’t perform that action at this time.
0 commit comments