Skip to content

Commit c4c5912

Browse files
committed
Drone: drop unneeded backports from Debian 12 build
1 parent df020f7 commit c4c5912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ local static_build(name,
356356
clang(17),
357357
full_llvm(17),
358358
debian_build('Debian stable (i386)', docker_base + 'debian-stable/i386'),
359-
debian_build('Debian 12', docker_base + 'debian-bookworm', extra_setup=debian_backports('bookworm', ['cmake'])),
359+
debian_build('Debian 12', docker_base + 'debian-bookworm'),
360360
debian_build('Ubuntu latest', docker_base + 'ubuntu-rolling'),
361361
debian_build('Ubuntu LTS', docker_base + 'ubuntu-lts'),
362362

0 commit comments

Comments
 (0)