File tree Expand file tree Collapse file tree 11 files changed +30
-16
lines changed
Expand file tree Collapse file tree 11 files changed +30
-16
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ name: Common Configuration
33on :
44 workflow_call :
55 inputs :
6- workflow_name :
7- required : true
8- type : string
96 wolfssl_ref :
107 required : true
118 type : string
1815 name : Common Configuration
1916 runs-on : ubuntu-22.04
2017 steps :
21- - name : Checkout wolfProvider
22- uses : actions/checkout@v4
23-
2418 - name : Retrieving OpenSSL from cache
2519 uses : actions/cache/restore@v4
2620 id : openssl-cache
Original file line number Diff line number Diff line change 3838 - curl_ref : ' master'
3939 force_fail : ' WOLFPROV_FORCE_FAIL=1'
4040 steps :
41+ - name : Checkout wolfProvider
42+ uses : actions/checkout@v4
43+
4144 - uses : ./.github/workflows/common.yml
4245 with :
43- workflow_name : curl
4446 wolfssl_ref : ${{ matrix.wolfssl_ref }}
4547 openssl_ref : ${{ matrix.openssl_ref }}
4648
Original file line number Diff line number Diff line change 4242 wolfssl_ref : [ 'master', 'v5.8.0-stable' ]
4343 openssl_ref : [ 'openssl-3.5.0' ]
4444 steps :
45+ - name : Checkout wolfProvider
46+ uses : actions/checkout@v4
47+
4548 - uses : ./.github/workflows/common.yml
4649 with :
47- workflow_name : grpc
4850 wolfssl_ref : ${{ matrix.wolfssl_ref }}
4951 openssl_ref : ${{ matrix.openssl_ref }}
5052
Original file line number Diff line number Diff line change 3535 wolfssl_ref : [ 'master', 'v5.8.0-stable' ]
3636 openssl_ref : [ 'openssl-3.5.0' ]
3737 steps :
38+ - name : Checkout wolfProvider
39+ uses : actions/checkout@v4
40+
3841 - uses : ./.github/workflows/common.yml
3942 with :
40- workflow_name : ipmitool
4143 wolfssl_ref : ${{ matrix.wolfssl_ref }}
4244 openssl_ref : ${{ matrix.openssl_ref }}
4345
Original file line number Diff line number Diff line change 3636 openssl_ref : ['openssl-3.5.0']
3737 force_fail : ['WOLFPROV_FORCE_FAIL=1', '']
3838 steps :
39+ - name : Checkout wolfProvider
40+ uses : actions/checkout@v4
41+
3942 - uses : ./.github/workflows/common.yml
4043 with :
41- workflow_name : net-snmp
4244 wolfssl_ref : ${{ matrix.wolfssl_ref }}
4345 openssl_ref : ${{ matrix.openssl_ref }}
4446
Original file line number Diff line number Diff line change 3838 - nginx_ref : ' master'
3939 force_fail : ' WOLFPROV_FORCE_FAIL=1'
4040 steps :
41+ - name : Checkout wolfProvider
42+ uses : actions/checkout@v4
43+
4144 - uses : ./.github/workflows/common.yml
4245 with :
43- workflow_name : nginx
4446 wolfssl_ref : ${{ matrix.wolfssl_ref }}
4547 openssl_ref : ${{ matrix.openssl_ref }}
4648
Original file line number Diff line number Diff line change 3535 wolfssl_ref : [ 'master', 'v5.8.0-stable' ]
3636 openssl_ref : [ 'openssl-3.5.0' ]
3737 steps :
38+ - name : Checkout wolfProvider
39+ uses : actions/checkout@v4
40+
3841 - uses : ./.github/workflows/common.yml
3942 with :
40- workflow_name : openldap
4143 wolfssl_ref : ${{ matrix.wolfssl_ref }}
4244 openssl_ref : ${{ matrix.openssl_ref }}
4345
Original file line number Diff line number Diff line change 3838 - openssh_ref : ' master'
3939 force_fail : ' WOLFPROV_FORCE_FAIL=1'
4040 steps :
41+ - name : Checkout wolfProvider
42+ uses : actions/checkout@v4
43+
4144 - uses : ./.github/workflows/common.yml
4245 with :
43- workflow_name : openssh
4446 wolfssl_ref : ${{ matrix.wolfssl_ref }}
4547 openssl_ref : ${{ matrix.openssl_ref }}
4648
Original file line number Diff line number Diff line change 3838 - openvpn_ref : ' master'
3939 force_fail : ' WOLFPROV_FORCE_FAIL=1'
4040 steps :
41+ - name : Checkout wolfProvider
42+ uses : actions/checkout@v4
43+
4144 - uses : ./.github/workflows/common.yml
4245 with :
43- workflow_name : openvpn
4446 wolfssl_ref : ${{ matrix.wolfssl_ref }}
4547 openssl_ref : ${{ matrix.openssl_ref }}
4648
Original file line number Diff line number Diff line change 3333 wolfssl_ref : [ 'master', 'v5.8.0-stable' ]
3434 openssl_ref : [ 'openssl-3.5.0' ]
3535 steps :
36+ - name : Checkout wolfProvider
37+ uses : actions/checkout@v4
38+
3639 - uses : ./.github/workflows/common.yml
3740 with :
38- workflow_name : socat
3941 wolfssl_ref : ${{ matrix.wolfssl_ref }}
4042 openssl_ref : ${{ matrix.openssl_ref }}
4143
You can’t perform that action at this time.
0 commit comments