File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 82
82
- libwww-perl
83
83
- g++-5
84
84
- libubsan0
85
- - parallel
86
- before_install :
87
- - mkdir bin ; ln -s /usr/bin/gcc-5 bin/gcc
88
85
# env: COMPILER=g++-5 SAN_FLAGS="-fsanitize=undefined -fno-sanitize-recover -fno-omit-frame-pointer"
89
86
env :
90
87
- COMPILER="ccache /usr/bin/g++-5"
@@ -104,8 +101,6 @@ jobs:
104
101
- ubuntu-toolchain-r-test
105
102
packages :
106
103
- g++-5
107
- before_install :
108
- - mkdir bin ; ln -s /usr/bin/gcc-5 bin/gcc
109
104
install :
110
105
- ccache -z
111
106
- ccache --max-size=1G
@@ -141,10 +136,7 @@ jobs:
141
136
- clang-3.7
142
137
- libstdc++-5-dev
143
138
- libubsan0
144
- - parallel
145
- - libc6-dev-i386
146
139
before_install :
147
- - mkdir bin ; ln -s /usr/bin/gcc-5 bin/gcc
148
140
- export CCACHE_CPP2=yes
149
141
# env: COMPILER=clang++-3.7 SAN_FLAGS="-fsanitize=undefined -fno-sanitize-recover=undefined,integer -fno-omit-frame-pointer"
150
142
env :
@@ -167,10 +159,6 @@ jobs:
167
159
- libwww-perl
168
160
- g++-5
169
161
- libubsan0
170
- - parallel
171
- - libc6-dev-i386
172
- before_install :
173
- - mkdir bin ; ln -s /usr/bin/gcc-5 bin/gcc
174
162
# env: COMPILER=g++-5 SAN_FLAGS="-fsanitize=undefined -fno-sanitize-recover -fno-omit-frame-pointer"
175
163
env :
176
164
- COMPILER="ccache /usr/bin/g++-5"
@@ -219,9 +207,6 @@ jobs:
219
207
- libwww-perl
220
208
- g++-5
221
209
- libubsan0
222
- - libc6-dev-i386
223
- before_install :
224
- - mkdir bin ; ln -s /usr/bin/gcc-5 bin/gcc
225
210
# env: COMPILER=g++-5 SAN_FLAGS="-fsanitize=undefined -fno-sanitize-recover -fno-omit-frame-pointer"
226
211
env :
227
212
- NAME="DEBUG"
@@ -272,9 +257,7 @@ jobs:
272
257
- clang-3.7
273
258
- libstdc++-5-dev
274
259
- libubsan0
275
- - libc6-dev-i386
276
260
before_install :
277
- - mkdir bin ; ln -s /usr/bin/gcc-5 bin/gcc
278
261
- export CCACHE_CPP2=yes
279
262
# env: COMPILER=clang++-3.7 SAN_FLAGS="-fsanitize=undefined -fno-sanitize-recover=undefined,integer -fno-omit-frame-pointer"
280
263
env :
You can’t perform that action at this time.
0 commit comments