From 3f13130d32421ce65d14eb60e00fac89f9365154 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Fri, 20 Dec 2024 00:21:59 -0600 Subject: [PATCH] Try also limiting Lintian to 5 --- cpp/build-packages.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/build-packages.cpp b/cpp/build-packages.cpp index ffac937..b4eecfd 100644 --- a/cpp/build-packages.cpp +++ b/cpp/build-packages.cpp @@ -393,6 +393,7 @@ static std::vector get_exclusions(const fs::path &packaging) { } static void run_source_lintian(const std::string &name, const fs::path &source_path) { + semaphore_guard guard(semaphore); log_info("Running Lintian for package: " + name); fs::path temp_file = fs::temp_directory_path() / ("lintian_suppress_" + name + ".txt"); {