mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 03:17:15 +02:00
Fix missing quotes in jsonnet file
This commit is contained in:
@ -354,7 +354,7 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
|
|||||||
linux_pipeline(
|
linux_pipeline(
|
||||||
"Linux 22.04 Clang 14 libc++ 64 TSAN",
|
"Linux 22.04 Clang 14 libc++ 64 TSAN",
|
||||||
"cppalliance/droneubuntu2204:1",
|
"cppalliance/droneubuntu2204:1",
|
||||||
{ TOOLSET: 'clang', COMPILER: 'clang++-14', ADDRMD: '64', TARGET: 'libs/unordered/test//cfoa_tests', CXXSTD: '11,14,17,20', STDLIB: libc++ } + tsan,
|
{ TOOLSET: 'clang', COMPILER: 'clang++-14', ADDRMD: '64', TARGET: 'libs/unordered/test//cfoa_tests', CXXSTD: '11,14,17,20', STDLIB: 'libc++' } + tsan,
|
||||||
"clang-14 libc++-14-dev libc++abi-14-dev",
|
"clang-14 libc++-14-dev libc++abi-14-dev",
|
||||||
),
|
),
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user