From 00cecd21e21f2126429e7a7e58db80eea3ca6e6a Mon Sep 17 00:00:00 2001 From: mratsim Date: Tue, 4 Feb 2020 22:19:12 +0100 Subject: [PATCH] Microsoft broke windows32 env variable setting --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 20e46b8..cbbb737 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,7 +8,7 @@ strategy: Windows_devel_32bit: VM: 'windows-latest' ARCH: x86 - ucpu: i686 + UCPU: i686 PLATFORM: x86 CHANNEL: devel WEAVE_TEST_LANG: c @@ -35,7 +35,7 @@ strategy: Linux_devel_32bit: VM: 'ubuntu-16.04' PLATFORM: x86 - ucpu: i686 + UCPU: i686 CHANNEL: devel WEAVE_TEST_LANG: c MacOS_devel_64bit: @@ -126,7 +126,7 @@ steps: git clone --depth 1 https://github.com/nim-lang/csources csources/ pushd csources - make -j $ncpu CC=gcc + make -j $ncpu ucpu=$UCPU CC=gcc popd rm -rf csources bin/nim c koch