From 92939d40fb589ead7a0dbf2fbcafd1fe2a560d2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mamy=20Andr=C3=A9-Ratsimbazafy?= Date: Tue, 1 Sep 2020 14:17:38 +0200 Subject: [PATCH] deactivated Linux 32-bit tests on Azure for now --- azure-pipelines.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9f33fa3..66646de 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -31,11 +31,12 @@ strategy: CHANNEL: devel WEAVE_TEST_LANG: cpp - Linux_devel_32bit: - VM: 'ubuntu-16.04' - UCPU: i686 - CHANNEL: devel - TEST_LANG: c + # Deactivated for now, this is cross-compilation and tricky to get right + # Linux_devel_32bit: + # VM: 'ubuntu-16.04' + # UCPU: i686 + # CHANNEL: devel + # TEST_LANG: c MacOS_devel_64bit: VM: 'macOS-10.15'