@@ -244,66 +244,6 @@ tasks:
244244 CMAKE_MINOR_VERSION : 15
245245 CMAKE_PATCH_VERSION : 4
246246 INSTALL_C_DRIVER : 1
247- - name : compile-only-debian10-gcc-8-cxx11-debug
248- run_on : debian10-large
249- tags : [compile-only, debian10, cxx11, gcc-8, debug]
250- commands :
251- - command : expansions.update
252- params :
253- updates :
254- - { key: build_type, value: Debug }
255- - { key: cc_compiler, value: gcc-8 }
256- - { key: cxx_compiler, value: g++-8 }
257- - func : setup
258- - func : install_c_driver
259- - func : install-uv
260- - func : compile
261- vars :
262- BUILD_SHARED_AND_STATIC_LIBS : " ON"
263- REQUIRED_CXX_STANDARD : 11
264- build_type : Debug
265- cc_compiler : gcc-8
266- cxx_compiler : g++-8
267- - name : compile-only-debian10-gcc-8-cxx17-debug
268- run_on : debian10-large
269- tags : [compile-only, debian10, cxx17, gcc-8, debug]
270- commands :
271- - command : expansions.update
272- params :
273- updates :
274- - { key: build_type, value: Debug }
275- - { key: cc_compiler, value: gcc-8 }
276- - { key: cxx_compiler, value: g++-8 }
277- - func : setup
278- - func : install_c_driver
279- - func : install-uv
280- - func : compile
281- vars :
282- BUILD_SHARED_AND_STATIC_LIBS : " ON"
283- REQUIRED_CXX_STANDARD : 17
284- build_type : Debug
285- cc_compiler : gcc-8
286- cxx_compiler : g++-8
287- - name : compile-only-debian10-gcc-8-cxx20-debug
288- run_on : debian10-large
289- tags : [compile-only, debian10, cxx20, gcc-8, debug]
290- commands :
291- - command : expansions.update
292- params :
293- updates :
294- - { key: build_type, value: Debug }
295- - { key: cc_compiler, value: gcc-8 }
296- - { key: cxx_compiler, value: g++-8 }
297- - func : setup
298- - func : install_c_driver
299- - func : install-uv
300- - func : compile
301- vars :
302- BUILD_SHARED_AND_STATIC_LIBS : " ON"
303- REQUIRED_CXX_STANDARD : 20
304- build_type : Debug
305- cc_compiler : gcc-8
306- cxx_compiler : g++-8
307247 - name : compile-only-debian11-gcc-10-cxx11-debug
308248 run_on : debian11-large
309249 tags : [compile-only, debian11, cxx11, gcc-10, debug]
0 commit comments