Skip to content

Commit ee172b8

Browse files
Flamefiregennaroprota
authored andcommitted
Try standalone only with >=C++17
1 parent bd3dd01 commit ee172b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def main(ctx):
3838
job(compiler='clang-14', cxxstd='11,14,17,20,2b', os='ubuntu-22.04'),
3939
job(compiler='clang-15', cxxstd='11,14,17,20,2b', os='ubuntu-22.04', add_llvm=True,
4040
env={'B2_CXXFLAGS': '-Werror'}),
41-
job(name='Clang 15 standalone', compiler='clang-15', cxxstd='11,14,17,20,2b', os='ubuntu-22.04', add_llvm=True,
41+
job(name='Clang 15 standalone', compiler='clang-15', cxxstd='17,20,2b', os='ubuntu-22.04', add_llvm=True,
4242
env={'B2_CXXFLAGS': '-Werror', 'B2_DEFINES': 'BOOST_STATIC_STRING_STANDALONE'}),
4343

4444
job(compiler='gcc-4.8', cxxstd='11', os='ubuntu-16.04'),

0 commit comments

Comments
 (0)