File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed
Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 6161 bison flex libldap2-dev libkeyutils-dev \
6262 libverto-dev libcom-err2 comerr-dev \
6363 libss2 ss-dev
64-
65- - name : Checkout OSP
66- uses : actions/checkout@v4
67- with :
68- repository : wolfssl/osp
69- path : osp
70- fetch-depth : 1
71-
64+
7265 - name : Checkout KRB5
7366 uses : actions/checkout@v4
7467 with :
@@ -77,12 +70,20 @@ jobs:
7770 ref : ${{ matrix.krb5_ref }}
7871 fetch-depth : 1
7972
80- - name : Build and test KRB5 with wolfProvider
81- working-directory : krb5
73+ - name : Checkout OSP
74+ uses : actions/checkout@v4
75+ with :
76+ repository : wolfssl/osp
77+ path : osp
78+ fetch-depth : 1
8279 run : |
80+ cd krb5
8381 # Apply the wolfProvider patch
8482 patch -p1 < $GITHUB_WORKSPACE/osp/wolfProvider/krb5/krb5-1.20.1-final-wolfprov.patch
8583
84+ - name : Build and test KRB5 with wolfProvider
85+ working-directory : krb5
86+ run : |
8687 # Build KRB5
8788 cd src
8889 autoreconf -fiv
You can’t perform that action at this time.
0 commit comments