From c8e43464142ea173b88964022c4e2838d3f475ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mamy=20Andr=C3=A9-Ratsimbazafy?= Date: Mon, 31 Aug 2020 23:18:16 +0200 Subject: [PATCH] Fix UCPU for Linux i386 in Azure --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3b07d91..215c526 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -205,7 +205,7 @@ steps: echo "PATH=${PATH}" sudo apt-get install libgmp-dev displayName: 'Downloading GMP (Linux 32-bit)' - condition: and(eq(variables['Agent.OS'], 'Linux'), eq(variables['CPU'], 'i686')) + condition: and(eq(variables['Agent.OS'], 'Linux'), eq(variables['UCPU'], 'i686')) - bash: | echo "PATH=${PATH}"