File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,6 @@ jobs:
155
155
- libstdc++-5-dev
156
156
- libubsan0
157
157
before_install :
158
- - export CCACHE_CPP2=yes
159
158
# env: COMPILER=clang++-3.7 SAN_FLAGS="-fsanitize=undefined -fno-sanitize-recover=undefined,integer -fno-omit-frame-pointer"
160
159
env :
161
160
- COMPILER="ccache /usr/bin/clang++-3.7"
@@ -252,7 +251,6 @@ jobs:
252
251
- libc6-dev-i386
253
252
before_install :
254
253
- mkdir bin ; ln -s /usr/bin/gcc-5 bin/gcc
255
- - export CCACHE_CPP2=yes
256
254
# env: COMPILER=clang++-3.7 SAN_FLAGS="-fsanitize=undefined -fno-sanitize-recover=undefined,integer -fno-omit-frame-pointer"
257
255
env :
258
256
- COMPILER="ccache /usr/bin/clang++-3.7"
@@ -276,7 +274,6 @@ jobs:
276
274
- libstdc++-5-dev
277
275
- libubsan0
278
276
before_install :
279
- - export CCACHE_CPP2=yes
280
277
# env: COMPILER=clang++-3.7 SAN_FLAGS="-fsanitize=undefined -fno-sanitize-recover=undefined,integer -fno-omit-frame-pointer"
281
278
env :
282
279
- NAME="DEBUG"
You can’t perform that action at this time.
0 commit comments