From 1acf70f920a8f2844780276a9fbcd9fdeb0e8a5d Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 4 Jan 2024 19:01:02 +0200 Subject: [PATCH] Remove g++-4.6 from CI --- .drone.jsonnet | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 00dc3d1..bc0af2c 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.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",