File tree 1 file changed +4
-0
lines changed 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 70
70
- g++-5
71
71
- libubsan0
72
72
- python3-pip
73
+ - libc6-dev-i386
73
74
before_install :
74
75
- mkdir bin ; ln -s /usr/bin/gcc-5 bin/gcc
75
76
# Install pytest locally and adjust PATH so pip3 can find it
@@ -137,6 +138,7 @@ jobs:
137
138
- libubsan0
138
139
- parallel
139
140
- python3-pip
141
+ - libc6-dev-i386
140
142
before_install :
141
143
- mkdir bin ; ln -s /usr/bin/gcc-5 bin/gcc
142
144
# Install pytest locally and adjust PATH so pip3 can find it
@@ -171,6 +173,7 @@ jobs:
171
173
- libubsan0
172
174
- parallel
173
175
- python3-pip
176
+ - libc6-dev-i386
174
177
before_install :
175
178
- mkdir bin ; ln -s /usr/bin/clang-3.7 bin/gcc
176
179
- export CCACHE_CPP2=yes
@@ -203,6 +206,7 @@ jobs:
203
206
- libstdc++-5-dev
204
207
- libubsan0
205
208
- python3-pip
209
+ - libc6-dev-i386
206
210
before_install :
207
211
- mkdir bin ; ln -s /usr/bin/clang-3.7 bin/gcc
208
212
- export CCACHE_CPP2=yes
You can’t perform that action at this time.
0 commit comments