Skip to content

Commit d21dcb0

Browse files
joaquintidesjll63
authored andcommitted
removed older compilers
1 parent 45a5769 commit d21dcb0

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.drone.jsonnet

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,6 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
9696
};
9797

9898
[
99-
linux_pipeline(
100-
"Linux 18.04 GCC 7* 32/64",
101-
"cppalliance/droneubuntu1804:1",
102-
{ TOOLSET: 'gcc', COMPILER: 'g++', CXXSTD: '17', ADDRMD: '32,64' },
103-
),
104-
10599
linux_pipeline(
106100
"Linux 18.04 GCC 8 32/64",
107101
"cppalliance/droneubuntu1804:1",
@@ -226,13 +220,6 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
226220
"g++-14-multilib",
227221
),
228222

229-
linux_pipeline(
230-
"Linux 18.04 Clang 6.0",
231-
"cppalliance/droneubuntu1804:1",
232-
{ TOOLSET: 'clang', COMPILER: 'clang++-6.0', CXXSTD: '17' },
233-
"clang-6.0",
234-
),
235-
236223
linux_pipeline(
237224
"Linux 20.04 Clang 7",
238225
"cppalliance/droneubuntu2004:1",
@@ -353,18 +340,6 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
353340
xcode_version = "13.4.1", osx_version = "monterey", arch = "arm64",
354341
),
355342

356-
windows_pipeline(
357-
"Windows VS2015 msvc-14.0",
358-
"cppalliance/dronevs2015",
359-
{ TOOLSET: 'msvc-14.0', CXXSTD: 'latest', B2_DONT_EMBED_MANIFEST: '1' },
360-
),
361-
362-
windows_pipeline(
363-
"Windows VS2017 msvc-14.1",
364-
"cppalliance/dronevs2017",
365-
{ TOOLSET: 'msvc-14.1', CXXSTD: '17,latest' },
366-
),
367-
368343
windows_pipeline(
369344
"Windows VS2019 msvc-14.2",
370345
"cppalliance/dronevs2019",

0 commit comments

Comments
 (0)