Skip to content

Commit

Permalink
Remove g++-4.4 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Jan 4, 2024
1 parent 8175753 commit fe35008
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fe35008

Please sign in to comment.