Skip to content

Commit c20e012

Browse files
committed
Drone: drop unneeded backports from Debian 12 build
1 parent 939f2c4 commit c20e012

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
@@ -357,7 +357,7 @@ local static_build(name,
357357
clang(17),
358358
full_llvm(17),
359359
debian_build('Debian stable (i386)', docker_base + 'debian-stable/i386'),
360-
debian_build('Debian 12', docker_base + 'debian-bookworm', extra_setup=debian_backports('bookworm', ['cmake'])),
360+
debian_build('Debian 12', docker_base + 'debian-bookworm'),
361361
debian_build('Ubuntu latest', docker_base + 'ubuntu-rolling'),
362362
debian_build('Ubuntu LTS', docker_base + 'ubuntu-lts'),
363363

0 commit comments

Comments
 (0)