From f8db78760872c1482872c49a06275a1cd1ca92ca Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Fri, 7 May 2021 14:23:57 -0700 Subject: [PATCH] refs #17325 disable i386 again until we figure out how to fix it --- azure-pipelines.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8cf69f52804d1..b0fa8cab77584 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,11 +21,12 @@ jobs: Linux_amd64: vmImage: 'ubuntu-16.04' CPU: amd64 - Linux_i386: - # bug #17325: fails on 'ubuntu-16.04' because it now errors with: - # g++-multilib : Depends: gcc-multilib (>= 4:5.3.1-1ubuntu1) but it is not going to be installed - vmImage: 'ubuntu-18.04' - CPU: i386 + # pending bug #17325 (broken again) + # Linux_i386: + # # bug #17325: fails on 'ubuntu-16.04' because it now errors with: + # # g++-multilib : Depends: gcc-multilib (>= 4:5.3.1-1ubuntu1) but it is not going to be installed + # vmImage: 'ubuntu-18.04' + # CPU: i386 OSX_amd64: vmImage: 'macOS-10.15' CPU: amd64