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

Build is failing, perhaps this bit from the nginx docs _is_ important. :)

parent d7a26af9
Branches
Tags
1 merge request!1MVP build process
Pipeline #536 failed
......@@ -35,6 +35,8 @@ 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
make -j"$(nproc)"
make install
# Dependency: ngx_brotli (no tagged releases)
echo ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment