@@ -318,7 +318,7 @@ def main(ctx):
318318 linux_b2 ('Linux B2 clang-10' , _image ('build-clang10:2' ), toolset = 'clang-10' , cxxstd = '17,20' , variant = 'debug' ),
319319 linux_b2 ('Linux B2 clang-11' , _image ('build-clang11:2' ), toolset = 'clang-11' , cxxstd = '20' ),
320320 linux_b2 ('Linux B2 clang-12' , _image ('build-clang12:2' ), toolset = 'clang-12' , cxxstd = '20' , variant = 'debug' , stdlib = 'libc++' , address_sanitizer = 1 , undefined_sanitizer = 1 ),
321- linux_b2 ('Linux B2 clang-13' , _image ('build-clang13:1' ), toolset = 'clang-13' , cxxstd = '20' ),
321+ linux_b2 ('Linux B2 clang-13' , _image ('build-clang13:1' ), toolset = 'clang-13' , cxxstd = '20' , db = 'mysql-9_4_0:1' ),
322322 linux_b2 ('Linux B2 clang-14' , _image ('build-clang14:1' ), toolset = 'clang-14' , cxxstd = '20' , variant = 'debug' ),
323323 linux_b2 ('Linux B2 clang-15' , _image ('build-clang15:1' ), toolset = 'clang-15' , cxxstd = '20' , variant = 'debug' ),
324324 linux_b2 ('Linux B2 clang-16' , _image ('build-clang16:1' ), toolset = 'clang-16' , cxxstd = '20' , variant = 'debug' , address_sanitizer = 1 , undefined_sanitizer = 1 ),
@@ -338,7 +338,7 @@ def main(ctx):
338338 linux_b2 ('Linux B2 gcc-10' , _image ('build-gcc10:1' ), toolset = 'gcc-10' , cxxstd = '17' ),
339339 linux_b2 ('Linux B2 gcc-11' , _image ('build-gcc11:1' ), toolset = 'gcc-11' , cxxstd = '20' ),
340340 linux_b2 ('Linux B2 gcc-12' , _image ('build-gcc12:1' ), toolset = 'gcc-12' , cxxstd = '20,23' , variant = 'debug' ),
341- linux_b2 ('Linux B2 gcc-13' , _image ('build-gcc13:1' ), toolset = 'gcc-13' , cxxstd = '20' ),
341+ linux_b2 ('Linux B2 gcc-13' , _image ('build-gcc13:1' ), toolset = 'gcc-13' , cxxstd = '20' , db = 'mysql-9_4_0:1' ),
342342 linux_b2 ('Linux B2 gcc-14' , _image ('build-gcc14:1' ), toolset = 'gcc-14' , cxxstd = '23' ),
343343 linux_b2 ('Linux B2 gcc-15' , _image ('build-gcc15:1' ), toolset = 'gcc-15' , cxxstd = '23' ),
344344 linux_b2 ('Linux B2 gcc-sanit' , _image ('build-gcc14:1' ), toolset = 'gcc-14' , cxxstd = '23' , variant = 'debug' , address_sanitizer = 1 , undefined_sanitizer = 1 ),
0 commit comments