Dpkg::Compression: Pass --no-adjust to xz to force compression threaded mode
commitbeb1cdbdf2f5333a85c86e120bb2abc145d07b21
authorGuillem Jover <guillem@debian.org>
Mon, 2 Jan 2023 22:31:09 +0000 (2 23:31 +0100)
committerGuillem Jover <guillem@debian.org>
Mon, 2 Jan 2023 22:50:17 +0000 (2 23:50 +0100)
treec8f8d77f0c902a6bce4fa95ef4bec98476019641
parent3ea0300cc1949cb8a32d9a364198cd66f8e5dbfc
Dpkg::Compression: Pass --no-adjust to xz to force compression threaded mode

If xz cannot meet the memory usage limit on multi-threaded mode, then
it can end up falling back to single-threaded mode, which would then
generate different output, making it non-reproducible. This has the
drawback that it can then error out.
scripts/Dpkg/Compression.pm