From f57a7bfd77f2b9796fb3d05a2d8390706fda73a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mamy=20Andr=C3=A9-Ratsimbazafy?= Date: Mon, 31 Aug 2020 22:47:57 +0200 Subject: [PATCH] Deactivate windows 32-bit tests for the time being --- azure-pipelines.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 201f251..8e2b0df 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,13 +1,15 @@ strategy: maxParallel: 10 matrix: - # TODO: Linux 32-bit requires gcc -m32 setup - - Windows_devel_32bit: - VM: 'windows-latest' - UCPU: i686 - CHANNEL: devel - TEST_LANG: c + # TODO: Broken by OpenSSL not found for nimble + # https://github.com/nim-lang/Nim/blob/bf320ed172f74f60fd274338e82bdc9ce3520dd9/lib/wrappers/openssl.nim#L61 + # could not load: (libcrypto-1_1|libeay32).dll + # (bad format; library may be wrong architecture) + # Windows_devel_32bit: + # VM: 'windows-latest' + # UCPU: i686 + # CHANNEL: devel + # TEST_LANG: c Windows_devel_64bit: VM: 'windows-latest' UCPU: amd64