From 388442a68d32ae5f4bfad0007aa4da3b0f748a8f Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sat, 23 Feb 2019 17:25:18 -0800 Subject: [PATCH] Could parallelism have been the entire problem? --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 6043a26..84bdd7f 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -97,5 +97,5 @@ cd "$NGINX_SRC_DIR" || exit echo "" echo "BUILDING NGINX" echo "Using $(nproc) jobs" -make -j"$(nproc)" +make "$NGINX_SRC_DIR/objs/nginx -V" -- GitLab