Skip to content
Snippets Groups Projects

MVP build process

Merged Erick Hitter requested to merge 1-add-build into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -37,7 +37,7 @@ export NGINX_CT_DIR
@@ -37,7 +37,7 @@ export NGINX_CT_DIR
echo "DEPENDENCY: OpenSSL"
echo "DEPENDENCY: OpenSSL"
git clone -q --recursive --depth 1 https://github.com/openssl/openssl.git -b "$OPENSSL_TAG" "$OPENSSL_DIR"
git clone -q --recursive --depth 1 https://github.com/openssl/openssl.git -b "$OPENSSL_TAG" "$OPENSSL_DIR"
cd "$OPENSSL_DIR" || exit
cd "$OPENSSL_DIR" || exit
./config
./config no-shared
# Dependency: ngx_brotli (no tagged releases)
# Dependency: ngx_brotli (no tagged releases)
echo ""
echo ""
Loading