From 9974d926755e352d3d02ce09edcd10a085cb3d97 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 17 Jan 2024 04:30:55 +0200 Subject: [PATCH] Remove GCC 4.4, 4.6, 4.7 from Drone --- .drone.jsonnet | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index a93dc1f..6be869b 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -96,29 +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", - { 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", - { TOOLSET: 'gcc', COMPILER: 'g++-4.7', CXXSTD: '0x' }, - "g++-4.7", - ), - linux_pipeline( "Linux 16.04 GCC 4.8", "cppalliance/droneubuntu1604:1",