From 94058cf208669a28aa5779059ff0d03bc50bd1b5 Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Mon, 9 Dec 2024 12:35:46 +0100 Subject: [PATCH] Remove GCC 4.7 from drone The C++11 support required for Boost.SharedPtr is not met --- .drone.jsonnet | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 03749d5e..2c8926f0 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -98,13 +98,6 @@ local windows_pipeline(name, image, environment, arch = "amd64") = }; [ - 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",