Skip to content

Commit c543c35

Browse files
committed
Apply OSP patch on libnice for fips
1 parent 3a64ad2 commit c543c35

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/libnice.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,20 @@ jobs:
103103
ref: ${{ matrix.libnice_ref }}
104104
path: libnice
105105

106+
- name: Checkout OSP
107+
uses: actions/checkout@v4
108+
with:
109+
# TODO: change to wolfSSL/osp when OSP is merged
110+
repository: padelsbach/osp
111+
ref: osp-wp-libnice-patch
112+
path: osp
113+
fetch-depth: 1
114+
- run: |
115+
if [ ${{ matrix.fips_ref == 'FIPS' }} ]; then
116+
cd libnice
117+
patch -p1 < $GITHUB_WORKSPACE/osp/wolfProvider/libnice/libnice-0.1.21-wolfprov.patch
118+
fi
119+
106120
- name: Build libnice
107121
working-directory: libnice
108122
run: |

0 commit comments

Comments
 (0)