File tree 1 file changed +6
-3
lines changed 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 86
86
# Ubuntu Linux with glibc using g++-5
87
87
- stage : Linter + Doxygen + non-debug Ubuntu/gcc-5 test
88
88
os : linux
89
- sudo : false
89
+ sudo : true
90
90
compiler : gcc
91
91
cache : ccache
92
92
addons :
@@ -121,7 +121,7 @@ jobs:
121
121
# Ubuntu Linux with glibc using g++-5, debug mode
122
122
- stage : Test different OS/CXX/Flags
123
123
os : linux
124
- sudo : false
124
+ sudo : true
125
125
compiler : gcc
126
126
cache : ccache
127
127
addons :
@@ -207,6 +207,7 @@ jobs:
207
207
# cmake build using g++-5
208
208
- stage : Test different OS/CXX/Flags
209
209
os : linux
210
+ sudo : true
210
211
compiler : gcc
211
212
cache : ccache
212
213
env :
@@ -232,6 +233,7 @@ jobs:
232
233
# cmake build using g++-7
233
234
- stage : Test different OS/CXX/Flags
234
235
os : linux
236
+ sudo : true
235
237
compiler : gcc
236
238
cache : ccache
237
239
env :
@@ -257,6 +259,7 @@ jobs:
257
259
# cmake build using clang++-6
258
260
- stage : Test different OS/CXX/Flags
259
261
os : linux
262
+ sudo : true
260
263
compiler : clang
261
264
cache : ccache
262
265
env :
@@ -311,7 +314,7 @@ jobs:
311
314
- stage : Test different OS/CXX/Flags
312
315
if : type = cron
313
316
os : linux
314
- sudo : false
317
+ sudo : true
315
318
compiler : gcc
316
319
cache : ccache
317
320
addons :
You can’t perform that action at this time.
0 commit comments