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

Could parallelism have been the entire problem?

parent 67325198
No related branches found
No related tags found
1 merge request!1MVP build process
Pipeline #557 failed
...@@ -97,5 +97,5 @@ cd "$NGINX_SRC_DIR" || exit ...@@ -97,5 +97,5 @@ cd "$NGINX_SRC_DIR" || exit
echo "" echo ""
echo "BUILDING NGINX" echo "BUILDING NGINX"
echo "Using $(nproc) jobs" echo "Using $(nproc) jobs"
make -j"$(nproc)" make
"$NGINX_SRC_DIR/objs/nginx -V" "$NGINX_SRC_DIR/objs/nginx -V"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment