Silence some OpenSSL build output so I can see what else is going on. Also install the signed fdroid APK in dist.

This commit is contained in:
2024-08-04 12:10:52 -04:00
parent fd96126e3e
commit 8a76c25394
2 changed files with 5 additions and 4 deletions

View File

@ -80,9 +80,9 @@ build_the_thing() {
pwd
echo "./Configure $SSL_TARGET $OPTIONS $GLOBAL_OPTIONS" && \
./Configure $SSL_TARGET $OPTIONS $GLOBAL_OPTIONS && \
make clean && \
make build_generated && \
make libcrypto.a libssl.a || exit 128
make -s clean && \
make -s build_generated && \
make -s libcrypto.a libssl.a || exit 128
}
for build_target in $BUILD_TARGETS