Remove clang-5.0/cxxstd=1z from Drone as well

This commit is contained in:
Peter Dimov
2024-12-22 03:16:12 +02:00
parent 7b8e8c33bb
commit 7c64abd41c

View File

@ -258,7 +258,7 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
linux_pipeline(
"Linux 18.04 Clang 5.0",
"cppalliance/droneubuntu1804:1",
{ TOOLSET: 'clang', COMPILER: 'clang++-5.0', CXXSTD: '11,14,1z' },
{ TOOLSET: 'clang', COMPILER: 'clang++-5.0', CXXSTD: '11,14' },
"clang-5.0",
),