Skip to content
Snippets Groups Projects

Makefile: Disable parallel make.

Closed username-removed-288841 requested to merge (removed):patch-2 into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -16,6 +16,7 @@ git_bin = $(shell which git)
webpack_port = $(shell cat webpack_port 2>/dev/null || echo '3808')
all: gitlab-setup gitlab-shell-setup gitlab-workhorse-setup support-setup gitaly-setup
.NOTPARALLEL:
# Set up the GitLab Rails app
Loading