diff options
author | narimiran <narimiran@disroot.org> | 2021-03-18 16:52:46 +0100 |
---|---|---|
committer | narimiran <narimiran@disroot.org> | 2021-03-18 16:52:46 +0100 |
commit | de5a8265384c2f23eca744b4fc9feda9721faefd (patch) | |
tree | d1842d98efbd07bd9fb91ee839a3ea1902227e9d /azure-pipelines.yml | |
parent | 4dd34feb0821bac2689721c320e35b650bfdc387 (diff) | |
download | Nim-de5a8265384c2f23eca744b4fc9feda9721faefd.tar.gz |
disable i386 CI until we figure out how to fix it
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9006cf6e5..f65f8ca11 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,11 +17,11 @@ 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 + # 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 |