diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-03-24 02:36:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-24 10:36:15 +0100 |
commit | e94aec20da354d4d3bb6db6e4b840549aa0e7bf1 (patch) | |
tree | 71c09500833e2d7ca81f2c3a523956a3df804b14 /azure-pipelines.yml | |
parent | 86af2f7b5057e2def4e07d680da7e4fd947bd2bd (diff) | |
download | Nim-e94aec20da354d4d3bb6db6e4b840549aa0e7bf1.tar.gz |
fix #17325 linux 32bit CI; fix #17085 flaky test (#17469)
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 f65f8ca11..9006cf6e5 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 |