@@ -27,8 +27,8 @@ def main(ctx):
27
27
linux_cxx ("UBSan Clang" , "clang++-14" , packages = "clang-14 libstdc++-10-dev" , buildtype = "boost" , buildscript = "drone" , image = "cppalliance/droneubuntu2204:1" , environment = {'COMMENT' : 'ubsan' , 'B2_VARIANT' : 'debug' , 'B2_TOOLSET' : 'clang-14' , 'B2_CXXSTD' : '11,14,17' , 'B2_UBSAN' : '1' , 'B2_DEFINES' : 'define=BOOST_NO_STRESS_TEST=1' }, globalenv = globalenv ),
28
28
linux_cxx ("TSan" , "g++-12" , packages = "g++-12" , buildscript = "drone" , buildtype = "boost" , image = "cppalliance/droneubuntu2204:1" , environment = {'COMMENT' : 'tsan' , 'B2_VARIANT' : 'debug' , 'B2_TOOLSET' : 'gcc-12' , 'B2_CXXSTD' : '11,14,17' , 'B2_TSAN' : '1' , 'B2_DEFINES' : 'BOOST_NO_STRESS_TEST=1' }, globalenv = globalenv ),
29
29
linux_cxx ("gcc 4.8 C++03 (no op)" , "g++-4.8" , packages = "g++-4.8" , image = linuxglobalimage , buildtype = "boost" , buildscript = "drone" , environment = {"B2_TOOLSET" : "gcc-4.8" , "B2_CXXSTD" : "03" , 'B2_SEPARATE_BOOTSTRAP' : '1' }, globalenv = globalenv ),
30
- linux_cxx ("gcc 4.8" , "g++-4.8" , packages = "g++-4.8" , buildtype = "boost" , buildscript = "drone" , image = linuxglobalimage , environment = {'B2_TOOLSET' : 'gcc-4.8' , 'B2_CXXSTD' : '11' , 'B2_SEPARATE_BOOTSTRAP' : '1' , 'DRONE_JOB_UUID' : '0ade7c2cf9' }, globalenv = globalenv ),
31
- linux_cxx ("gcc 4.9" , "g++-4.9" , buildtype = "boost" , buildscript = "drone" , image = linuxglobalimage , environment = {'B2_TOOLSET' : 'gcc-4.9' , 'B2_CXXSTD' : '11' , 'B2_SEPARATE_BOOTSTRAP' : '1' , 'DRONE_JOB_UUID' : 'b1d5781111' }, globalenv = globalenv ),
30
+ linux_cxx ("gcc 4.8" , "g++-4.8" , packages = "g++-4.8" , buildtype = "boost" , buildscript = "drone" , image = linuxglobalimage , environment = {'B2_TOOLSET' : 'gcc-4.8' , 'B2_CXXSTD' : '11' , 'B2_SEPARATE_BOOTSTRAP' : '1' , 'DRONE_JOB_UUID' : '0ade7c2cf9' , 'B2_FLAGS' : 'warnings=extra warnings-as-errors=on define=BOOST_ALLOW_DEPRECATED' }, globalenv = globalenv ),
31
+ linux_cxx ("gcc 4.9" , "g++-4.9" , buildtype = "boost" , buildscript = "drone" , image = linuxglobalimage , environment = {'B2_TOOLSET' : 'gcc-4.9' , 'B2_CXXSTD' : '11' , 'B2_SEPARATE_BOOTSTRAP' : '1' , 'DRONE_JOB_UUID' : 'b1d5781111' , 'B2_FLAGS' : 'warnings=extra warnings-as-errors=on define=BOOST_ALLOW_DEPRECATED' }, globalenv = globalenv ),
32
32
linux_cxx ("gcc 5" , "g++-5" , packages = "g++-5" , buildtype = "boost" , buildscript = "drone" , image = linuxglobalimage , environment = {'B2_TOOLSET' : 'gcc-5' , 'B2_CXXSTD' : '11' , 'DRONE_JOB_UUID' : '17ba079149' }, globalenv = globalenv ),
33
33
linux_cxx ("gcc 6" , "g++-6" , packages = "g++-6" , buildtype = "boost" , buildscript = "drone" , image = linuxglobalimage , environment = {'B2_TOOLSET' : 'gcc-6' , 'B2_CXXSTD' : '11,14' , 'DRONE_JOB_UUID' : '7b52009b64' }, globalenv = globalenv ),
34
34
linux_cxx ("gcc 7" , "g++-7" , packages = "g++-7" , buildtype = "boost" , buildscript = "drone" , image = linuxglobalimage , environment = {'B2_TOOLSET' : 'gcc-7' , 'B2_CXXSTD' : '14,17' , 'DRONE_JOB_UUID' : 'bd307a3ec3' }, globalenv = globalenv ),
0 commit comments