2
0
mirror of https://github.com/spritsail/plex-media-server.git synced 2025-07-06 16:10:56 +00:00

Disable openssl tests

These are slow to build with LTO enabled.

Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
2025-07-02 12:34:41 +00:00
parent 35ef0092c4
commit 92a3d6aa9d

View File

@ -224,6 +224,7 @@ RUN curl -sSL https://openssl.org/source/openssl-${OPENSSL_VER}.tar.gz \
no-engine \ no-engine \
no-rc5 \ no-rc5 \
no-ssl3-method \ no-ssl3-method \
no-tests \
&& make build_libs \ && make build_libs \
&& make build_programs \ && make build_programs \
&& make DESTDIR="$DESTDIR" \ && make DESTDIR="$DESTDIR" \