Skip to content

Commit fce6849

Browse files
committed
Skip OpenSSL test
1 parent c40b816 commit fce6849

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ prepare_ssl() {
187187
touch "/usr/src/openssl-${openssl_ver}/.unpack_ok"
188188
fi
189189
cd "/usr/src/openssl-${openssl_ver}"
190-
./Configure --openssldir=/etc/ssl
190+
./Configure no-tests --openssldir=/etc/ssl
191191
make -j$(nproc)
192192
make install_sw
193193
ldconfig

.github/workflows/cross_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ prepare_ssl() {
244244
touch "/usr/src/openssl-${openssl_ver}/.unpack_ok"
245245
fi
246246
cd "/usr/src/openssl-${openssl_ver}/"
247-
./Configure -static --openssldir=/etc/ssl --cross-compile-prefix="${CROSS_HOST}-" --prefix="${CROSS_PREFIX}" "${OPENSSL_COMPILER}"
247+
./Configure -static no-tests --openssldir=/etc/ssl --cross-compile-prefix="${CROSS_HOST}-" --prefix="${CROSS_PREFIX}" "${OPENSSL_COMPILER}"
248248
make -j$(nproc)
249249
make install_sw
250250
if [ -f "${CROSS_PREFIX}/lib64/libssl.a" ]; then

0 commit comments

Comments
 (0)