Skip to content

Commit ccd5c65

Browse files
committed
refs nim-lang#17325 linux 32bit CI
1 parent 64e6670 commit ccd5c65

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

azure-pipelines.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
Linux_amd64:
1818
vmImage: 'ubuntu-16.04'
1919
CPU: amd64
20-
# Linux_i386:
21-
# # bug #17325: fails on 'ubuntu-16.04' because it now errors with:
22-
# # g++-multilib : Depends: gcc-multilib (>= 4:5.3.1-1ubuntu1) but it is not going to be installed
23-
# vmImage: 'ubuntu-18.04'
24-
# CPU: i386
20+
Linux_i386:
21+
# bug #17325: fails on 'ubuntu-16.04' because it now errors with:
22+
# g++-multilib : Depends: gcc-multilib (>= 4:5.3.1-1ubuntu1) but it is not going to be installed
23+
vmImage: 'ubuntu-18.04'
24+
CPU: i386
2525
OSX_amd64:
2626
vmImage: 'macOS-10.15'
2727
CPU: amd64
@@ -76,7 +76,7 @@ jobs:
7676
condition: and(eq(variables['Agent.OS'], 'Linux'), eq(variables['CPU'], 'amd64'))
7777
7878
- bash: |
79-
set -e
79+
# set -e # PRTEMP
8080
. ci/funs.sh
8181
echo_run sudo dpkg --add-architecture i386
8282
# Downgrade llvm:

0 commit comments

Comments
 (0)