Remove g++ 4.4 -m32 due to 'constant too large for long' warnings

This commit is contained in:
Peter Dimov
2022-06-27 20:29:20 +03:00
parent 39f9394e38
commit fa3dd0b853

View File

@ -97,10 +97,10 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
[
linux_pipeline(
"Linux 14.04 GCC 4.4 32/64",
"Linux 14.04 GCC 4.4",
"cppalliance/droneubuntu1404:1",
{ TOOLSET: 'gcc', COMPILER: 'g++-4.4', CXXSTD: '98,0x', ADDRMD: '32,64' },
"g++-4.4-multilib",
{ TOOLSET: 'gcc', COMPILER: 'g++-4.4', CXXSTD: '98,0x' },
"g++-4.4",
[ "ppa:ubuntu-toolchain-r/test" ],
),