mirror of
https://github.com/boostorg/variant2.git
synced 2025-06-25 03:51:34 +02:00
Remove clang-5.0/cxxstd=1z from Drone as well
This commit is contained in:
@ -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",
|
||||
),
|
||||
|
||||
|
Reference in New Issue
Block a user