|
88 | 88 | # Ubuntu Linux with glibc using g++-5
|
89 | 89 | - stage: Linter + Doxygen + non-debug Ubuntu/gcc-5 test
|
90 | 90 | os: linux
|
| 91 | + dist: trusty |
91 | 92 | sudo: false
|
92 | 93 | compiler: gcc
|
93 | 94 | cache: ccache
|
@@ -127,6 +128,7 @@ jobs:
|
127 | 128 | # Ubuntu Linux with glibc using g++-5, debug mode
|
128 | 129 | - stage: Test different OS/CXX/Flags
|
129 | 130 | os: linux
|
| 131 | + dist: trusty |
130 | 132 | sudo: false
|
131 | 133 | compiler: gcc
|
132 | 134 | cache: ccache
|
@@ -154,6 +156,7 @@ jobs:
|
154 | 156 | # Ubuntu Linux with glibc using clang++-7, debug mode, disable USE_DSTRING
|
155 | 157 | - stage: Test different OS/CXX/Flags
|
156 | 158 | os: linux
|
| 159 | + dist: trusty |
157 | 160 | sudo: false
|
158 | 161 | compiler: clang
|
159 | 162 | cache: ccache
|
@@ -186,6 +189,7 @@ jobs:
|
186 | 189 | # cmake build using g++-7, enable NAMED_SUB_IS_FORWARD_LIST
|
187 | 190 | - stage: Test different OS/CXX/Flags
|
188 | 191 | os: linux
|
| 192 | + dist: trusty |
189 | 193 | sudo: false
|
190 | 194 | compiler: gcc
|
191 | 195 | cache: ccache
|
@@ -214,6 +218,7 @@ jobs:
|
214 | 218 | # cmake build using g++-7, enable CMAKE_USE_CUDD and BDD_GUARDS
|
215 | 219 | - stage: Test different OS/CXX/Flags
|
216 | 220 | os: linux
|
| 221 | + dist: trusty |
217 | 222 | sudo: false
|
218 | 223 | compiler: gcc
|
219 | 224 | cache: ccache
|
@@ -242,6 +247,7 @@ jobs:
|
242 | 247 | # cmake build using clang++-6
|
243 | 248 | - stage: Test different OS/CXX/Flags
|
244 | 249 | os: linux
|
| 250 | + dist: trusty |
245 | 251 | sudo: false
|
246 | 252 | compiler: clang
|
247 | 253 | cache: ccache
|
@@ -300,6 +306,7 @@ jobs:
|
300 | 306 | - stage: Test different OS/CXX/Flags
|
301 | 307 | if: type = cron
|
302 | 308 | os: linux
|
| 309 | + dist: trusty |
303 | 310 | sudo: false
|
304 | 311 | compiler: gcc
|
305 | 312 | cache: ccache
|
|
0 commit comments