File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
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 : true
89
+ sudo : false
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 : true
124
+ sudo : false
125
125
compiler : gcc
126
126
cache : ccache
127
127
addons :
@@ -207,7 +207,6 @@ jobs:
207
207
# cmake build using g++-5
208
208
- stage : Test different OS/CXX/Flags
209
209
os : linux
210
- sudo : true
211
210
compiler : gcc
212
211
cache : ccache
213
212
env :
@@ -233,7 +232,6 @@ jobs:
233
232
# cmake build using g++-7
234
233
- stage : Test different OS/CXX/Flags
235
234
os : linux
236
- sudo : true
237
235
compiler : gcc
238
236
cache : ccache
239
237
env :
@@ -259,7 +257,6 @@ jobs:
259
257
# cmake build using clang++-6
260
258
- stage : Test different OS/CXX/Flags
261
259
os : linux
262
- sudo : true
263
260
compiler : clang
264
261
cache : ccache
265
262
env :
@@ -314,7 +311,7 @@ jobs:
314
311
- stage : Test different OS/CXX/Flags
315
312
if : type = cron
316
313
os : linux
317
- sudo : true
314
+ sudo : false
318
315
compiler : gcc
319
316
cache : ccache
320
317
addons :
You can’t perform that action at this time.
0 commit comments