diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-05-07 14:39:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-07 14:39:14 -0700 |
commit | 062571ae3ca0a7c19b639c71b087f9895dbe9c7d (patch) | |
tree | fd0c12ddd47445ca4d797ba7ed051e6e151195de /azure-pipelines.yml | |
parent | 98c29c01eb91a0c6ce7da09380a272eebe6bca6f (diff) | |
download | Nim-062571ae3ca0a7c19b639c71b087f9895dbe9c7d.tar.gz |
refs #17325 disable i386 again until we figure out how to fix it (#17963)
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8cf69f528..b0fa8cab7 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 |