summaryrefslogtreecommitdiff
path: root/apt-private
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2025-03-13 15:20:49 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2025-03-20 10:26:51 +0100
commitc741e4f3bc7143031f70b5a353aafc004d26c220 (patch)
tree2e5f09a595a65a6699b68b460a8e79a42377fcc2 /apt-private
parent11917fa559c6c9bc5b0993b435f295de06bd161c (diff)
solver evaluation: write minimized solver dumps
These are faster to generate and significantly smaller.
Diffstat (limited to 'apt-private')
-rw-r--r--apt-private/private-install.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-private/private-install.cc b/apt-private/private-install.cc
index 29e23a57e..e3d176ffe 100644
--- a/apt-private/private-install.cc
+++ b/apt-private/private-install.cc
@@ -107,7 +107,7 @@ static void WriteApportReport(pkgCacheFile &Cache, std::string &title, std::vect
edspFlags |= EDSP::Request::FORBID_NEW_INSTALL;
EDSP::WriteRequest(Cache, edspDump, edspFlags, &Progress);
- EDSP::WriteScenario(Cache, edspDump, &Progress);
+ EDSP::WriteLimitedScenario(Cache, edspDump, &Progress);
edspDump.Close();
Progress.OverallProgress(50, 100, 50, _("Writing error report"));