1
0
forked from boostorg/bind

Remove g++-4.6 from CI

This commit is contained in:
Peter Dimov
2024-01-04 19:01:02 +02:00
parent 58fee45699
commit 1acf70f920

View File

@@ -96,14 +96,6 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
};
[
linux_pipeline(
"Linux 16.04 GCC 4.6",
"cppalliance/droneubuntu1604:1",
{ TOOLSET: 'gcc', COMPILER: 'g++-4.6', CXXSTD: '0x' },
"g++-4.6",
[ "ppa:ubuntu-toolchain-r/test" ],
),
linux_pipeline(
"Linux 16.04 GCC 4.7",
"cppalliance/droneubuntu1604:1",