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:
@ -224,6 +224,7 @@ RUN curl -sSL https://openssl.org/source/openssl-${OPENSSL_VER}.tar.gz \
|
||||
no-engine \
|
||||
no-rc5 \
|
||||
no-ssl3-method \
|
||||
no-tests \
|
||||
&& make build_libs \
|
||||
&& make build_programs \
|
||||
&& make DESTDIR="$DESTDIR" \
|
||||
|
Reference in New Issue
Block a user