Try standalone only with >=C++17

This commit is contained in:
Alexander Grund
2025-10-23 17:11:04 +02:00
committed by Gennaro Prota
parent bd3dd01259
commit ee172b86fd

View File

@@ -38,7 +38,7 @@ def main(ctx):
job(compiler='clang-14', cxxstd='11,14,17,20,2b', os='ubuntu-22.04'),
job(compiler='clang-15', cxxstd='11,14,17,20,2b', os='ubuntu-22.04', add_llvm=True,
env={'B2_CXXFLAGS': '-Werror'}),
job(name='Clang 15 standalone', compiler='clang-15', cxxstd='11,14,17,20,2b', os='ubuntu-22.04', add_llvm=True,
job(name='Clang 15 standalone', compiler='clang-15', cxxstd='17,20,2b', os='ubuntu-22.04', add_llvm=True,
env={'B2_CXXFLAGS': '-Werror', 'B2_DEFINES': 'BOOST_STATIC_STRING_STANDALONE'}),
job(compiler='gcc-4.8', cxxstd='11', os='ubuntu-16.04'),