Skip to content
Snippets Groups Projects
Commit 259fa279 authored by Erick Hitter's avatar Erick Hitter
Browse files

Let OpenSSL sort out the config options

parent f501652f
Branches
Tags
1 merge request!1MVP build process
Pipeline #533 passed
...@@ -17,9 +17,9 @@ export OPENSSL_DIR ...@@ -17,9 +17,9 @@ export OPENSSL_DIR
# Dependency: OpenSSL # Dependency: OpenSSL
echo "Checking out OpenSSL" echo "Checking out OpenSSL"
git clone https://github.com/openssl/openssl.git -b "$OPENSSL_TAG" "$OPENSSL_DIR" git clone -q https://github.com/openssl/openssl.git -b "$OPENSSL_TAG" "$OPENSSL_DIR"
cd "$OPENSSL_DIR" || exit cd "$OPENSSL_DIR" || exit
./Configure ./config
# Dependency: ngx_brotli # Dependency: ngx_brotli
# Dependency: nginx-ct # Dependency: nginx-ct
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment