Skip to content

Commit

Permalink
Skip OpenSSL test
Browse files Browse the repository at this point in the history
  • Loading branch information
c0re100 committed Dec 21, 2024
1 parent c40b816 commit fce6849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ prepare_ssl() {
touch "/usr/src/openssl-${openssl_ver}/.unpack_ok"
fi
cd "/usr/src/openssl-${openssl_ver}"
./Configure --openssldir=/etc/ssl
./Configure no-tests --openssldir=/etc/ssl
make -j$(nproc)
make install_sw
ldconfig
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cross_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ prepare_ssl() {
touch "/usr/src/openssl-${openssl_ver}/.unpack_ok"
fi
cd "/usr/src/openssl-${openssl_ver}/"
./Configure -static --openssldir=/etc/ssl --cross-compile-prefix="${CROSS_HOST}-" --prefix="${CROSS_PREFIX}" "${OPENSSL_COMPILER}"
./Configure -static no-tests --openssldir=/etc/ssl --cross-compile-prefix="${CROSS_HOST}-" --prefix="${CROSS_PREFIX}" "${OPENSSL_COMPILER}"
make -j$(nproc)
make install_sw
if [ -f "${CROSS_PREFIX}/lib64/libssl.a" ]; then
Expand Down

0 comments on commit fce6849

Please sign in to comment.