mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Don't build OpenSSL tests
To decrease actions run time and fails
This commit is contained in:
parent
93e78f1565
commit
4623804123
6 changed files with 6 additions and 5 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
@ -369,7 +369,7 @@ jobs:
|
|||
git clone -b OpenSSL_${OPENSSL_VER}-stable --depth=1 \
|
||||
$GIT/openssl/openssl $opensslDir
|
||||
cd $opensslDir
|
||||
./config --prefix="$OPENSSL_PREFIX"
|
||||
./config --prefix="$OPENSSL_PREFIX" no-tests
|
||||
make -j$(nproc)
|
||||
sudo make DESTDIR="$LibrariesPath/openssl-cache" install_sw
|
||||
cd ..
|
||||
|
|
1
.github/workflows/mac.yml
vendored
1
.github/workflows/mac.yml
vendored
|
@ -147,6 +147,7 @@ jobs:
|
|||
git checkout OpenSSL_"$OPENSSL_VER"-stable
|
||||
./Configure \
|
||||
--prefix=$PREFIX \
|
||||
no-tests \
|
||||
darwin64-x86_64-cc \
|
||||
-static \
|
||||
$MIN_MAC
|
||||
|
|
2
.github/workflows/win.yml
vendored
2
.github/workflows/win.yml
vendored
|
@ -146,7 +146,7 @@ jobs:
|
|||
git clone %GIT%/openssl/openssl.git openssl_%OPENSSL_VER%
|
||||
cd openssl_%OPENSSL_VER%
|
||||
git checkout OpenSSL_%OPENSSL_VER%-stable
|
||||
perl Configure no-shared debug-VC-WIN32
|
||||
perl Configure no-shared no-tests debug-VC-WIN32
|
||||
nmake
|
||||
mkdir out32.dbg
|
||||
move libcrypto.lib out32.dbg
|
||||
|
|
|
@ -207,7 +207,7 @@ Go to ***BuildPath*** and run
|
|||
git clone https://github.com/openssl/openssl openssl_1_1_1
|
||||
cd openssl_1_1_1
|
||||
git checkout OpenSSL_1_1_1-stable
|
||||
./config --prefix=/usr/local/desktop-app/openssl-1.1.1
|
||||
./config --prefix=/usr/local/desktop-app/openssl-1.1.1 no-tests
|
||||
make $MAKE_THREADS_CNT
|
||||
sudo make install_sw
|
||||
cd ..
|
||||
|
|
|
@ -76,7 +76,7 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
|
|||
git clone https://github.com/openssl/openssl.git openssl_1_1_1
|
||||
cd openssl_1_1_1
|
||||
git checkout OpenSSL_1_1_1-stable
|
||||
perl Configure no-shared debug-VC-WIN32
|
||||
perl Configure no-shared no-tests debug-VC-WIN32
|
||||
nmake
|
||||
mkdir out32.dbg
|
||||
move libcrypto.lib out32.dbg
|
||||
|
|
|
@ -70,7 +70,7 @@ Go to ***BuildPath*** and run
|
|||
git clone https://github.com/openssl/openssl openssl_1_1_1
|
||||
cd openssl_1_1_1
|
||||
git checkout OpenSSL_1_1_1-stable
|
||||
./Configure --prefix=/usr/local/macos darwin64-x86_64-cc -static $MIN_VER
|
||||
./Configure --prefix=/usr/local/macos no-tests darwin64-x86_64-cc -static $MIN_VER
|
||||
make build_libs $MAKE_THREADS_CNT
|
||||
cd ..
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue