Skip to content

Commit 3434047

Browse files
committed
Removed osp checkout and fixed config
1 parent 8e37bfd commit 3434047

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/socat.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -105,21 +105,12 @@ jobs:
105105
- name: Download socat
106106
run: curl -O http://www.dest-unreach.org/socat/download/socat-1.8.0.0.tar.gz && tar xvf socat-1.8.0.0.tar.gz
107107

108-
- name: Checkout OSP
109-
uses: actions/checkout@v4
110-
with:
111-
repository: wolfssl/osp
112-
path: osp
113-
114108
- name: Build socat
115109
working-directory: ./socat-1.8.0.0
116110
run: |
117-
# Apply patch
118-
patch -p1 < ../osp/socat/1.8.0.0/socat-1.8.0.0.patch
119-
120111
# Configure with OpenSSL
121112
autoreconf -vfi
122-
./configure --with-openssl=$GITHUB_WORKSPACE/openssl-install
113+
./configure --enable-openssl-base=$GITHUB_WORKSPACE/openssl-install
123114
124115
# Build socat
125116
make

0 commit comments

Comments
 (0)