File tree 1 file changed +0
-3
lines changed
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,6 @@ jobs:
149
149
- libstdc++-5-dev
150
150
- libubsan0
151
151
before_install :
152
- - export CCACHE_CPP2=yes
153
152
# env: COMPILER=clang++-3.7 SAN_FLAGS="-fsanitize=undefined -fno-sanitize-recover=undefined,integer -fno-omit-frame-pointer"
154
153
env :
155
154
- COMPILER="ccache /usr/bin/clang++-3.7"
@@ -246,7 +245,6 @@ jobs:
246
245
- libc6-dev-i386
247
246
before_install :
248
247
- mkdir bin ; ln -s /usr/bin/gcc-5 bin/gcc
249
- - export CCACHE_CPP2=yes
250
248
# env: COMPILER=clang++-3.7 SAN_FLAGS="-fsanitize=undefined -fno-sanitize-recover=undefined,integer -fno-omit-frame-pointer"
251
249
env :
252
250
- COMPILER="ccache /usr/bin/clang++-3.7"
@@ -270,7 +268,6 @@ jobs:
270
268
- libstdc++-5-dev
271
269
- libubsan0
272
270
before_install :
273
- - export CCACHE_CPP2=yes
274
271
# env: COMPILER=clang++-3.7 SAN_FLAGS="-fsanitize=undefined -fno-sanitize-recover=undefined,integer -fno-omit-frame-pointer"
275
272
env :
276
273
- NAME="DEBUG"
You can’t perform that action at this time.
0 commit comments