Skip to content
Snippets Groups Projects

MVP build process

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