Skip to content

Commit 790c9f9

Browse files
committed
Remove Clang 3.5, 3.6 from Drone; add GCC 15
1 parent 0989086 commit 790c9f9

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.drone.jsonnet

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -213,17 +213,17 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
213213
),
214214

215215
linux_pipeline(
216-
"Linux 16.04 Clang 3.5",
217-
"cppalliance/droneubuntu1604:1",
218-
{ TOOLSET: 'clang', COMPILER: 'clang++-3.5', CXXSTD: '11' },
219-
"clang-3.5",
216+
"Linux 25.04 GCC 15 UBSAN",
217+
"cppalliance/droneubuntu2504:1",
218+
{ TOOLSET: 'gcc', COMPILER: 'g++-15', CXXSTD: '11,14,17,20,23,2c' } + ubsan,
219+
"g++-15-multilib",
220220
),
221221

222222
linux_pipeline(
223-
"Linux 16.04 Clang 3.6",
224-
"cppalliance/droneubuntu1604:1",
225-
{ TOOLSET: 'clang', COMPILER: 'clang++-3.6', CXXSTD: '11,14' },
226-
"clang-3.6",
223+
"Linux 25.04 GCC 15 ASAN",
224+
"cppalliance/droneubuntu2504:1",
225+
{ TOOLSET: 'gcc', COMPILER: 'g++-15', CXXSTD: '11,14,17,20,23,2c' } + asan,
226+
"g++-15-multilib",
227227
),
228228

229229
linux_pipeline(

0 commit comments

Comments
 (0)