From 912ad0bce5a6a0fb0d214ccf7706fce305f09176 Mon Sep 17 00:00:00 2001 From: Scott McKenzie Date: Sun, 10 Jul 2022 12:01:34 +1000 Subject: [PATCH] Disable parallel make --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c923568..b082381 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -53,7 +53,7 @@ jobs: displayName: 'Print number of CPUs' - script: | - make -j`nproc` V=s + make V=s workingDirectory: $(workingDirectory) displayName: 'Build the project'