Skip to content

Commit

Permalink
Remove GCC 4.7 from drone
Browse files Browse the repository at this point in the history
The C++11 support required for Boost.SharedPtr is not met
  • Loading branch information
Flamefire committed Dec 9, 2024
1 parent a7d4062 commit 94058cf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 94058cf

Please sign in to comment.