File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 83
83
- g++-5
84
84
- libubsan0
85
85
- parallel
86
+ - libc6-dev-i386
86
87
before_install :
87
88
- mkdir bin ; ln -s /usr/bin/gcc-5 bin/gcc
88
89
# env: COMPILER=g++-5 SAN_FLAGS="-fsanitize=undefined -fno-sanitize-recover -fno-omit-frame-pointer"
@@ -115,6 +116,7 @@ jobs:
115
116
- libwww-perl
116
117
- g++-5
117
118
- libubsan0
119
+ - libc6-dev-i386
118
120
before_install :
119
121
- mkdir bin ; ln -s /usr/bin/gcc-5 bin/gcc
120
122
# env: COMPILER=g++-5 SAN_FLAGS="-fsanitize=undefined -fno-sanitize-recover -fno-omit-frame-pointer"
@@ -140,6 +142,7 @@ jobs:
140
142
- libstdc++-5-dev
141
143
- libubsan0
142
144
- parallel
145
+ - libc6-dev-i386
143
146
before_install :
144
147
- mkdir bin ; ln -s /usr/bin/clang-3.7 bin/gcc
145
148
- export CCACHE_CPP2=yes
@@ -165,6 +168,7 @@ jobs:
165
168
- clang-3.7
166
169
- libstdc++-5-dev
167
170
- libubsan0
171
+ - libc6-dev-i386
168
172
before_install :
169
173
- mkdir bin ; ln -s /usr/bin/clang-3.7 bin/gcc
170
174
- export CCACHE_CPP2=yes
You can’t perform that action at this time.
0 commit comments