Skip to content

Commit fa6c0ae

Browse files
committed
Group OSP checkout and patching together
1 parent b1c230f commit fa6c0ae

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/workflows/krb5.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,7 @@ jobs:
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

0 commit comments

Comments
 (0)