@@ -14,60 +14,12 @@ windowsglobalimage="cppalliance/dronevs2019"
14
14
15
15
def main (ctx ):
16
16
return [
17
- linux_cxx ("Clang 12 s390x" , "clang++-12" , packages = "clang-12 libstdc++-9-dev" , llvm_os = "focal" , llvm_ver = "12" , buildtype = "boost" , buildscript = "drone" , image = "cppalliance/droneubuntu2004:multiarch" , environment = {'B2_TOOLSET' : 'clang-12' , 'B2_CXXSTD' : '17,20' }, arch = "s390x" , globalenv = globalenv ),
18
- linux_cxx ("gcc 11 s390x" , "g++-11" , packages = "g++-11" , buildtype = "boost" , buildscript = "drone" , image = "cppalliance/droneubuntu2004:multiarch" , environment = {'B2_TOOLSET' : 'gcc-11' , 'B2_CXXSTD' : '17,2a' }, arch = "s390x" , globalenv = globalenv ),
19
- linux_cxx ("Clang 12 arm64" , "clang++-12" , packages = "clang-12 libstdc++-9-dev" , llvm_os = "focal" , llvm_ver = "12" , buildtype = "boost" , buildscript = "drone" , image = "cppalliance/droneubuntu2004:multiarch" , environment = {'B2_TOOLSET' : 'clang-12' , 'B2_CXXSTD' : '17,20' , 'DRONE_JOB_UUID' : '7719a1c783m' }, arch = "arm64" , globalenv = globalenv ),
20
- linux_cxx ("gcc 11 arm64" , "g++-11" , packages = "g++-11" , buildtype = "boost" , buildscript = "drone" , image = "cppalliance/droneubuntu2004:multiarch" , environment = {'B2_TOOLSET' : 'gcc-11' , 'B2_CXXSTD' : '17,2a' , 'DRONE_JOB_UUID' : '0716d9708dm' }, arch = "arm64" , globalenv = globalenv ),
21
- linux_cxx ("docs" , "g++" , packages = "docbook docbook-xml docbook-xsl python3-jinja2 xsltproc flex libfl-dev bison unzip rsync" , buildtype = "docs" , buildscript = "drone" , image = "cppalliance/droneubuntu1804:1" , environment = {'COMMENT' : 'docs' , 'DRONE_JOB_UUID' : 'b6589fc6ab' }, globalenv = globalenv ),
22
- linux_cxx ("codecov" , "g++-8" , packages = "g++-8" , buildtype = "codecov" , buildscript = "drone" , image = linuxglobalimage , environment = {'COMMENT' : 'codecov.io' , 'LCOV_BRANCH_COVERAGE' : '0' , 'B2_CXXSTD' : '17' , 'B2_TOOLSET' : 'gcc-8' , 'B2_DEFINES' : 'BOOST_JSON_EXPENSIVE_TESTS BOOST_NO_STRESS_TEST=1' , 'CODECOV_TOKEN' : {'from_secret' : 'codecov_token' }, 'B2_FLAGS' : 'warnings=extra warnings-as-errors=on linkflags=-lstdc++fs' , 'DRONE_JOB_UUID' : '356a192b79' }, globalenv = globalenv ),
23
- linux_cxx ("Valgrind" , "clang++-14" , packages = "clang-14 libc6-dbg libc++-dev libstdc++-9-dev" , llvm_os = "jammy" , llvm_ver = "14" , buildscript = "drone" , buildtype = "valgrind" , image = "cppalliance/droneubuntu2204:1" , environment = {'COMMENT' : 'valgrind' , 'B2_TOOLSET' : 'clang-14' , 'B2_CXXSTD' : '11,14,17' , 'B2_DEFINES' : 'BOOST_NO_STRESS_TEST=1' , 'B2_VARIANT' : 'debug' , 'B2_TESTFLAGS' : 'testing.launcher=valgrind' , 'VALGRIND_OPTS' : '--error-exitcode=1' }, globalenv = globalenv ),
24
- linux_cxx ("ASan GCC" , "g++-12" , packages = "g++-12" , buildscript = "drone" , buildtype = "boost" , image = "cppalliance/droneubuntu2204:1" , environment = {'COMMENT' : 'asan' , 'B2_VARIANT' : 'debug' , 'B2_TOOLSET' : 'gcc-12' , 'B2_CXXSTD' : '11,14,17' , 'B2_ASAN' : '1' , 'B2_DEFINES' : 'BOOST_NO_STRESS_TEST=1' , 'DRONE_EXTRA_PRIVILEGED' : 'True' }, globalenv = globalenv , privileged = True ),
25
- linux_cxx ("ASan Clang" , "clang++-14" , packages = "clang-14 libstdc++-10-dev" , buildtype = "boost" , buildscript = "drone" , image = "cppalliance/droneubuntu2204:1" , environment = {'COMMENT' : 'asan' , 'B2_VARIANT' : 'debug' , 'B2_TOOLSET' : 'clang-14' , 'B2_CXXSTD' : '11,14,17' , 'B2_ASAN' : '1' , 'B2_DEFINES' : 'define=BOOST_NO_STRESS_TEST=1' }, globalenv = globalenv , privileged = True ),
26
- linux_cxx ("UBSan GCC" , "g++-12" , packages = "g++-12" , buildscript = "drone" , buildtype = "boost" , image = "cppalliance/droneubuntu2204:1" , environment = {'COMMENT' : 'ubsan' , 'B2_VARIANT' : 'debug' , 'B2_TOOLSET' : 'gcc-12' , 'B2_CXXSTD' : '11,14,17' , 'B2_UBSAN' : '1' , 'B2_DEFINES' : 'define=BOOST_NO_STRESS_TEST=1' , 'B2_LINKFLAGS' : '-fuse-ld=gold' }, globalenv = globalenv ),
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
- 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 , privileged = True ),
29
- linux_cxx ("GDB printers" , "g++-12" , packages = "g++-12 gdb" , buildscript = "drone" , buildtype = "boost" , image = "cppalliance/droneubuntu2204:1" , environment = {'COMMENT' : 'gdb' , 'B2_TOOLSET' : 'gcc-12' , 'B2_CXXSTD' : '11,14,17' , 'B2_TARGETS' : 'libs/json/test//gdb-printers' , 'B2_VARIANT' : 'debug' , 'B2_DEFINES' : 'BOOST_NO_STRESS_TEST=1' }, globalenv = globalenv ),
30
- 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 ),
31
- 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 ),
32
- 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 ),
33
- 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 ),
34
- linux_cxx ("gcc 8" , "g++-8" , packages = "g++-8" , buildtype = "boost" , buildscript = "drone" , image = linuxglobalimage , environment = {'B2_TOOLSET' : 'gcc-8' , 'B2_CXXSTD' : '17,2a' , 'B2_FLAGS' : 'warnings=extra warnings-as-errors=on linkflags=-lstdc++fs' , 'DRONE_JOB_UUID' : 'fa35e19212' }, globalenv = globalenv ),
35
- linux_cxx ("gcc 8.3.0" , "g++-8" , packages = "" , buildtype = "boost" , buildscript = "drone" , image = "cppalliance/droneubuntu1804:gcc-8.3.0" , environment = {'B2_TOOLSET' : 'gcc-8' , 'B2_CXXSTD' : '17,2a' , 'B2_FLAGS' : 'warnings=extra warnings-as-errors=on linkflags=-lstdc++fs' }, globalenv = globalenv ),
36
- linux_cxx ("gcc 9" , "g++-9" , packages = "g++-9" , buildtype = "boost" , buildscript = "drone" , image = linuxglobalimage , environment = {'B2_TOOLSET' : 'gcc-9' , 'B2_CXXSTD' : '17,2a' , 'DRONE_JOB_UUID' : 'f1abd67035' }, globalenv = globalenv ),
37
- linux_cxx ("gcc 10" , "g++-10" , packages = "g++-10" , buildtype = "boost" , buildscript = "drone" , image = "cppalliance/droneubuntu2004:1" , environment = {'B2_TOOLSET' : 'gcc-10' , 'B2_CXXSTD' : '17,2a' , 'DRONE_JOB_UUID' : '0716d9708d' }, globalenv = globalenv ),
38
- linux_cxx ("gcc 10 cmake-superproject" , "g++-10" , packages = "g++-10" , image = linuxglobalimage , buildtype = "cmake-superproject" , buildscript = "drone" , environment = {"COMMENT" : "cmake-superproject" , "CXX" : "g++-10" }, globalenv = globalenv ),
39
- linux_cxx ("gcc 10 cmake-mainproject" , "g++-10" , packages = "g++-10" , image = linuxglobalimage , buildtype = "cmake-mainproject" , buildscript = "drone" , environment = {"COMMENT" : "cmake-superproject" , "CXX" : "g++-10" }, globalenv = globalenv ),
40
- linux_cxx ("gcc 10 cmake-subdirectory" , "g++-10" , packages = "g++-10" , image = linuxglobalimage , buildtype = "cmake-subdirectory" , buildscript = "drone" , environment = {"COMMENT" : "cmake-superproject" , "CXX" : "g++-10" }, globalenv = globalenv ),
41
- linux_cxx ("gcc 11" , "g++-11" , packages = "g++-11" , buildtype = "boost" , buildscript = "drone" , image = "cppalliance/droneubuntu2004:1" , environment = {'B2_TOOLSET' : 'gcc-11' , 'B2_CXXSTD' : '17,2a' , 'DRONE_JOB_UUID' : '0716d9708d' }, globalenv = globalenv ),
42
- linux_cxx ("gcc 12" , "g++-12" , packages = "g++-12" , buildtype = "boost" , buildscript = "drone" , image = "cppalliance/droneubuntu2204:1" , environment = {'B2_TOOLSET' : 'gcc-12' , 'B2_CXXSTD' : '17,20' }, globalenv = globalenv ),
43
- linux_cxx ("gcc 13" , "g++-13" , packages = "g++-13" , buildtype = "boost" , buildscript = "drone" , image = "cppalliance/droneubuntu2404:1" , environment = {'B2_TOOLSET' : 'gcc-13' , 'B2_CXXSTD' : '17,20,23' }, globalenv = globalenv ),
44
- linux_cxx ("gcc 14" , "g++-14" , packages = "g++-14" , buildtype = "boost" , buildscript = "drone" , image = "cppalliance/droneubuntu2404:1" , environment = {'B2_TOOLSET' : 'gcc-14' , 'B2_CXXSTD' : '20' }, globalenv = globalenv ),
45
- linux_cxx ("Clang 3.8" , "clang++-3.8" , packages = "clang-3.8 g++" , llvm_os = 'xenial' , llvm_ver = '3.8' , buildtype = "boost" , buildscript = "drone" , image = "cppalliance/droneubuntu1604:1" , environment = {'B2_TOOLSET' : 'clang-3.8' , 'B2_CXXSTD' : '11' , 'B2_SEPARATE_BOOTSTRAP' : '1' , 'DRONE_JOB_UUID' : 'b3f0c7f6bb' }, globalenv = globalenv ),
46
- linux_cxx ("Clang 4.0" , "clang++-4.0" , packages = "clang-4.0 libstdc++-6-dev" , llvm_os = "xenial" , llvm_ver = "4.0" , buildtype = "boost" , buildscript = "drone" , image = "cppalliance/droneubuntu1604:1" , environment = {'B2_TOOLSET' : 'clang-4.0' , 'B2_CXXSTD' : '11,14' , 'DRONE_JOB_UUID' : '91032ad7bb' }, globalenv = globalenv ),
47
- linux_cxx ("Clang 5.0" , "clang++-5.0" , packages = "clang-5.0" , buildtype = "boost" , buildscript = "drone" , image = linuxglobalimage , environment = {'B2_TOOLSET' : 'clang-5.0' , 'B2_CXXSTD' : '11,14' , 'DRONE_JOB_UUID' : '472b07b9fc' , 'UBUNTU_TOOLCHAIN_DISABLE' : 'true' }, globalenv = globalenv ),
48
- linux_cxx ("Clang 6.0" , "clang++-6.0" , packages = "clang-6.0 libc6-dbg libstdc++-8-dev" , llvm_os = "bionic" , llvm_ver = "6.0" , buildtype = "boost" , buildscript = "drone" , image = linuxglobalimage , environment = {'B2_TOOLSET' : 'clang-6.0' , 'B2_CXXSTD' : '14,17' , 'B2_FLAGS' : 'warnings=extra warnings-as-errors=on linkflags=-lstdc++fs' , 'DRONE_JOB_UUID' : '12c6fc06c9' }, globalenv = globalenv ),
49
- linux_cxx ("Clang 7" , "clang++-7" , packages = "clang-7 libstdc++-8-dev" , llvm_os = "bionic" , llvm_ver = "7" , buildtype = "boost" , buildscript = "drone" , image = linuxglobalimage , environment = {'B2_TOOLSET' : 'clang-7' , 'B2_CXXSTD' : '17,2a' , 'B2_FLAGS' : 'warnings=extra warnings-as-errors=on linkflags=-lstdc++fs' , 'DRONE_JOB_UUID' : 'd435a6cdd7' }, globalenv = globalenv ),
50
- linux_cxx ("Clang 8" , "clang++-8" , packages = "clang-8 libstdc++-8-dev" , llvm_os = "bionic" , llvm_ver = "8" , buildtype = "boost" , buildscript = "drone" , image = linuxglobalimage , environment = {'B2_TOOLSET' : 'clang-8' , 'B2_CXXSTD' : '17,2a' , 'B2_FLAGS' : 'warnings=extra warnings-as-errors=on linkflags=-lstdc++fs' , 'DRONE_JOB_UUID' : '4d134bc072' }, globalenv = globalenv ),
51
- linux_cxx ("Clang 9" , "clang++-9" , packages = "clang-9 libstdc++-9-dev" , llvm_os = "bionic" , llvm_ver = "9" , buildtype = "boost" , buildscript = "drone" , image = linuxglobalimage , environment = {'B2_TOOLSET' : 'clang-9' , 'B2_CXXSTD' : '17,2a' , 'B2_FLAGS' : 'warnings=extra warnings-as-errors=on linkflags=-lstdc++fs' , 'DRONE_JOB_UUID' : 'f6e1126ced' }, globalenv = globalenv ),
52
- linux_cxx ("Clang 10" , "clang++-10" , packages = "clang-10 libstdc++-9-dev" , llvm_os = "bionic" , llvm_ver = "10" , buildtype = "boost" , buildscript = "drone" , image = linuxglobalimage , environment = {'B2_TOOLSET' : 'clang-10' , 'B2_CXXSTD' : '17,2a' , 'DRONE_JOB_UUID' : 'bc33ea4e26' }, globalenv = globalenv ),
53
- linux_cxx ("Clang 11" , "clang++-11" , packages = "clang-11 libstdc++-9-dev" , llvm_os = "bionic" , llvm_ver = "11" , buildtype = "boost" , buildscript = "drone" , image = linuxglobalimage , environment = {'B2_TOOLSET' : 'clang-11' , 'B2_CXXSTD' : '17,2a' , 'DRONE_JOB_UUID' : '7719a1c782' }, globalenv = globalenv ),
54
- linux_cxx ("Clang 12" , "clang++-12" , packages = "clang-12 libstdc++-9-dev" , llvm_os = "focal" , llvm_ver = "12" , buildtype = "boost" , buildscript = "drone" , image = "cppalliance/droneubuntu2004:1" , environment = {'B2_TOOLSET' : 'clang-12' , 'B2_CXXSTD' : '17,20' , 'DRONE_JOB_UUID' : '7719a1c783' }, globalenv = globalenv ),
55
- linux_cxx ("Clang 13 libstdc++-9" , "clang++-13" , packages = "clang-13 libstdc++-9-dev" , llvm_os = "jammy" , llvm_ver = "13" , buildtype = "boost" , buildscript = "drone" , image = "cppalliance/droneubuntu2204:1" , environment = {'B2_TOOLSET' : 'clang-13' , 'B2_CXXSTD' : '17,20' }, globalenv = globalenv ),
56
- linux_cxx ("Clang 13 libstdc++-10" , "clang++-13" , packages = "clang-13 libstdc++-10-dev" , llvm_os = "jammy" , llvm_ver = "13" , buildtype = "boost" , buildscript = "drone" , image = "cppalliance/droneubuntu2204:1" , environment = {'B2_TOOLSET' : 'clang-13' , 'B2_CXXSTD' : '17,20' }, globalenv = globalenv ),
57
- linux_cxx ("Clang 14 libstdc++-9" , "clang++-14" , packages = "clang-14 libstdc++-9-dev" , llvm_os = "jammy" , llvm_ver = "14" , buildtype = "boost" , buildscript = "drone" , image = "cppalliance/droneubuntu2204:1" , environment = {'B2_TOOLSET' : 'clang-14' , 'B2_CXXSTD' : '17,20' }, globalenv = globalenv ),
58
- linux_cxx ("Clang 14 libstdc++-10" , "clang++-14" , packages = "clang-14 libstdc++-10-dev" , llvm_os = "jammy" , llvm_ver = "14" , buildtype = "boost" , buildscript = "drone" , image = "cppalliance/droneubuntu2204:1" , environment = {'B2_TOOLSET' : 'clang-14' , 'B2_CXXSTD' : '17,20' }, globalenv = globalenv ),
59
- linux_cxx ("Clang 15 libstdc++-9" , "clang++-15" , packages = "clang-15 libstdc++-9-dev" , llvm_os = "jammy" , llvm_ver = "15" , buildtype = "boost" , buildscript = "drone" , image = "cppalliance/droneubuntu2204:1" , environment = {'B2_TOOLSET' : 'clang-15' , 'B2_CXXSTD' : '17,20' }, globalenv = globalenv ),
60
- linux_cxx ("Clang 15 libstdc++-10" , "clang++-15" , packages = "clang-15 libstdc++-10-dev" , llvm_os = "jammy" , llvm_ver = "15" , buildtype = "boost" , buildscript = "drone" , image = "cppalliance/droneubuntu2204:1" , environment = {'B2_TOOLSET' : 'clang-15' , 'B2_CXXSTD' : '17,20' }, globalenv = globalenv ),
61
- linux_cxx ("Coverity" , "g++" , packages = "" , buildtype = "coverity" , buildscript = "drone" , image = linuxglobalimage , environment = {'COMMENT' : 'Coverity Scan' , 'B2_TOOLSET' : 'clang' , 'DRONE_JOB_UUID' : '632667547e' }, globalenv = globalenv ),
62
- windows_cxx ("msvc-14.0" , "" , image = "cppalliance/dronevs2015" , buildtype = "boost" , buildscript = "drone" , environment = {"B2_TOOLSET" : "msvc-14.0" , "B2_CXXSTD" : "11,14" , "B2_DONT_EMBED_MANIFEST" : 1 }, globalenv = globalenv ),
63
- windows_cxx ("msvc-14.1" , "" , image = "cppalliance/dronevs2017" , buildtype = "boost" , buildscript = "drone" , environment = {"B2_TOOLSET" : "msvc-14.1" , "B2_CXXSTD" : "11,14,17" }, globalenv = globalenv ),
64
- windows_cxx ("msvc-14.2" , "" , image = "cppalliance/dronevs2019:2" , buildtype = "boost" , buildscript = "drone" , environment = {"B2_TOOLSET" : "msvc-14.2" , "B2_CXXSTD" : "17,latest" }, globalenv = globalenv ),
65
- windows_cxx ("msvc-14.3" , "" , image = "cppalliance/dronevs2022:1" , buildtype = "boost" , buildscript = "drone" , environment = {"B2_TOOLSET" : "msvc-14.3" , "B2_CXXSTD" : "17,20" }, globalenv = globalenv ),
66
- windows_cxx ("msvc-14.3 cmake-superproject" , "" , image = "cppalliance/dronevs2022:1" , buildtype = "cmake-superproject" , buildscript = "drone" , environment = {"B2_TOOLSET" : "msvc-14.3" , "B2_CXXSTD" : "17,20" }, globalenv = globalenv ),
67
- windows_cxx ("msvc-14.3 cmake-mainproject" , "" , image = "cppalliance/dronevs2022:1" , buildtype = "cmake-mainproject" , buildscript = "drone" , environment = {"B2_TOOLSET" : "msvc-14.3" , "B2_CXXSTD" : "17,20" }, globalenv = globalenv ),
68
- windows_cxx ("msvc-14.3 cmake-subdirectory" , "" , image = "cppalliance/dronevs2022:1" , buildtype = "cmake-subdirectory" , buildscript = "drone" , environment = {"B2_TOOLSET" : "msvc-14.3" , "B2_CXXSTD" : "17,20" }, globalenv = globalenv ),
69
- osx_cxx ("macOS: Clang" , "clang++" , packages = "" , buildscript = "drone" , buildtype = "boost" , xcode_version = "13.4.1" , environment = {'B2_TOOLSET' : 'clang' , 'B2_CXXSTD' : '17' }, globalenv = globalenv )
70
- # osx_cxx("macOS: gcc-12", "g++-12", packages="", buildscript="drone", buildtype="boost", xcode_version="13.4.1", environment={'B2_TOOLSET': 'gcc-12', 'B2_CXXSTD': '17'}, globalenv=globalenv)
17
+ linux_cxx ("Clang 12 s390x 1" , "clang++-12" , packages = "clang-12 libstdc++-9-dev" , llvm_os = "focal" , llvm_ver = "12" , buildtype = "boost" , buildscript = "drone" , image = "cppalliance/droneubuntu2004:multiarch" , environment = {'B2_TOOLSET' : 'clang-12' , 'B2_CXXSTD' : '17,20' }, arch = "s390x" , globalenv = globalenv ),
18
+ linux_cxx ("gcc 11 s390x 2" , "g++-11" , packages = "g++-11" , buildtype = "boost" , buildscript = "drone" , image = "cppalliance/droneubuntu2004:multiarch" , environment = {'B2_TOOLSET' : 'gcc-11' , 'B2_CXXSTD' : '17,2a' }, arch = "s390x" , globalenv = globalenv ),
19
+ linux_cxx ("Clang 12 s390x 3" , "clang++-12" , packages = "clang-12 libstdc++-9-dev" , llvm_os = "focal" , llvm_ver = "12" , buildtype = "boost" , buildscript = "drone" , image = "cppalliance/droneubuntu2004:multiarch" , environment = {'B2_TOOLSET' : 'clang-12' , 'B2_CXXSTD' : '17,20' }, arch = "s390x" , globalenv = globalenv ),
20
+ linux_cxx ("gcc 11 s390x 4" , "g++-11" , packages = "g++-11" , buildtype = "boost" , buildscript = "drone" , image = "cppalliance/droneubuntu2004:multiarch" , environment = {'B2_TOOLSET' : 'gcc-11' , 'B2_CXXSTD' : '17,2a' }, arch = "s390x" , globalenv = globalenv ),
21
+ linux_cxx ("Clang 12 s390x 5" , "clang++-12" , packages = "clang-12 libstdc++-9-dev" , llvm_os = "focal" , llvm_ver = "12" , buildtype = "boost" , buildscript = "drone" , image = "cppalliance/droneubuntu2004:multiarch" , environment = {'B2_TOOLSET' : 'clang-12' , 'B2_CXXSTD' : '17,20' }, arch = "s390x" , globalenv = globalenv ),
22
+ linux_cxx ("gcc 11 s390x 6" , "g++-11" , packages = "g++-11" , buildtype = "boost" , buildscript = "drone" , image = "cppalliance/droneubuntu2004:multiarch" , environment = {'B2_TOOLSET' : 'gcc-11' , 'B2_CXXSTD' : '17,2a' }, arch = "s390x" , globalenv = globalenv ),
71
23
]
72
24
73
25
# from https://github.com/boostorg/boost-ci
0 commit comments