Update .drone.jsonnet

This commit is contained in:
Peter Dimov
2022-02-07 08:54:08 +02:00
parent 66282c723d
commit 3851632a6d

View File

@@ -154,9 +154,9 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
),
linux_pipeline(
"Linux 20.04 GCC 10 32/64",
"Linux 20.04 GCC 10",
"cppalliance/droneubuntu2004:1",
{ TOOLSET: 'gcc', COMPILER: 'g++-10', CXXSTD: '03,11,14,17,20', ADDRMD: '32,64' },
{ TOOLSET: 'gcc', COMPILER: 'g++-10', CXXSTD: '03,11,14,17,20' },
"g++-10",
),