Fix GCC 4.8 in .drone.jsonnet

This commit is contained in:
Peter Dimov
2024-05-11 21:38:42 +03:00
parent 38a2ab7646
commit 4f89a283fd

View File

@ -106,7 +106,7 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
linux_pipeline(
"Linux 16.04 GCC 4.8 32/64",
"cppalliance/droneubuntu1604:1",
{ TOOLSET: 'gcc', COMPILER: 'g++', CXXSTD: '11', ADDRMD: '32,64' },
{ TOOLSET: 'gcc', COMPILER: 'g++-4.8', CXXSTD: '11', ADDRMD: '32,64' },
"g++-4.8-multilib",
),