We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887cff5 commit be494fcCopy full SHA for be494fc
library.pl
@@ -69,7 +69,7 @@ sub release {
69
my $builds = shift;
70
my $eol = shift // 0;
71
72
- my @builds = (@$builds, map {"$_,threaded"} @$builds);
+ my @builds = grep !/debug/, (@$builds, map {"$_,threaded"} @$builds);
73
74
for my $build (@builds) {
75
for my $debian (reverse @{$release->{debian_release}}) {
0 commit comments