Skip to content

Commit 706e357

Browse files
committed
ci: do not build unused openssl components
We build OpenSSL only for the library, so save some time and computing power by disabling unused apps, docs, and tests components for the CI OpenSSL build. Signed-off-by: WANG Xuerui <[email protected]>
1 parent 7398c43 commit 706e357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ if [ -n "$OPENSSL_VERSION" ]; then
134134
# Linux
135135
tar xf $FILENAME.tar.gz
136136
cd $FILENAME
137-
./Configure shared --prefix=$PREFIX --libdir=$PREFIX/lib
137+
./Configure shared no-apps no-docs no-tests --prefix=$PREFIX --libdir=$PREFIX/lib
138138
make
139139
make install
140140
OPENSSL_PREFIX=$(pwd)

0 commit comments

Comments
 (0)