From 3516d8ca44546b33d5641f535d6411f1a4fbdff8 Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Thu, 28 Dec 2023 22:25:29 +0100 Subject: [PATCH] no reason to limit parallelism for the nix builds (yet, until the carbon & powerpc builds actually share a package) --- azure-pipelines.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 897058e1f0..57d5b080b1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -91,7 +91,6 @@ jobs: TARGET: powerpc Carbon: TARGET: carbon - maxParallel: 2 pool: vmImage: 'ubuntu-latest' steps: @@ -131,7 +130,6 @@ jobs: TARGET: powerpc Carbon: TARGET: carbon - maxParallel: 2 pool: vmImage: 'macOS-latest' steps: