From fe3500804f729e6b5f29e306fab2285408b6e1df Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 4 Jan 2024 06:29:14 +0200 Subject: [PATCH] Remove g++-4.4 from CI --- .drone.jsonnet | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 7cf64f4a..00dc3d16 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -96,14 +96,6 @@ local windows_pipeline(name, image, environment, arch = "amd64") = }; [ - linux_pipeline( - "Linux 16.04 GCC 4.4", - "cppalliance/droneubuntu1604:1", - { TOOLSET: 'gcc', COMPILER: 'g++-4.4', CXXSTD: '0x' }, - "g++-4.4", - [ "ppa:ubuntu-toolchain-r/test" ], - ), - linux_pipeline( "Linux 16.04 GCC 4.6", "cppalliance/droneubuntu1604:1",