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