Skip to content

Commit a27af0a

Browse files
committed
openssl-1.1.1
1 parent 876e436 commit a27af0a

1 file changed

Lines changed: 1 addition & 20 deletions

File tree

.github/workflows/build-openssl-1.1.1.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -151,26 +151,6 @@ jobs:
151151
rm -rf openssl-openssl-${{ env.OpenSSL_VERSION }}
152152
rm -rf $WSP_ROOT/openssl-${{ env.OpenSSL_VERSION }}-mingw64
153153
rm -rf $USER_MINGW_DIR/*
154-
echo ~~~~~~~~~~~~ mingw64 build prepare ~~~~~~~~~~~~
155-
7z x mingw-w64_gcc-x86_64-all.7z -r -o$USER_MINGW_DIR
156-
rm -f mingw-w64_gcc-x86_64-all.7z
157-
gcc -v
158-
echo ~~~~~~~~~~~~ mingw64 build begin ~~~~~~~~~~~~
159-
tar -xf openssl-${{ env.OpenSSL_VERSION }}.tar.gz
160-
cd openssl-1.1.1-${{ env.OpenSSL_VERSION }}
161-
perl.exe Configure no-idea no-mdc2 no-rc5 shared mingw \
162-
--prefix=$WSP_ROOT/openssl-${{ env.OpenSSL_VERSION }}-mingw64 \
163-
--openssldir=$WSP_ROOT/openssl-${{ env.OpenSSL_VERSION }}-mingw64/ssl && \
164-
make && make install
165-
cd ..
166-
strip $WSP_ROOT/openssl-${{ env.OpenSSL_VERSION }}-mingw64/bin/*.dll
167-
strip $WSP_ROOT/openssl-${{ env.OpenSSL_VERSION }}-mingw64/bin/*.exe
168-
cd $WSP_ROOT/openssl-${{ env.OpenSSL_VERSION }}-mingw64
169-
7z -mx5 a ../openssl-${{ env.OpenSSL_VERSION }}-mingw64-x86_64.7z *
170-
cd ..
171-
echo ~~~~~~~~~~~~ mingw64 build end ~~~~~~~~~~~~
172-
rm -rf openssl-openssl-${{ env.OpenSSL_VERSION }}
173-
rm -rf $WSP_ROOT/openssl-${{ env.OpenSSL_VERSION }}-mingw64
174154
175155
- name: Setup msvc2019 x64 Environment
176156
uses: ilammy/msvc-dev-cmd@v1
@@ -204,3 +184,4 @@ jobs:
204184
make_latest: true
205185
files: |
206186
./openssl-${{ env.OpenSSL_VERSION }}-*.7z
187+
./openssl-${{ env.OpenSSL_VERSION }}.tar.gz

0 commit comments

Comments
 (0)