[PR #113] [MERGED] Use all threads when creating .xz files #234

Open
opened 2026-01-29 16:31:28 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/quamotion/dotnet-packaging/pull/113
Author: @qmfrederik
Created: 8/28/2019
Status: Merged
Merged: 8/28/2019
Merged by: @qmfrederik

Base: masterHead: features/lzma-parallel


📝 Commits (3)

  • f96bf2d Use all threads when creating .xz files
  • cd35fa3 Remove debug statement
  • 55493fe Allow callers to override the number of compression threads, for compat purposes.

📊 Changes

3 files changed (+22 additions, -3 deletions)

View changed files

📝 Packaging.Targets.Tests/Rpm/RpmPackageCreatorTests.cs (+1 -0)
📝 Packaging.Targets/IO/XZOutputStream.cs (+3 -1)
📝 Packaging.Targets/Rpm/RpmPackageCreator.cs (+18 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/quamotion/dotnet-packaging/pull/113 **Author:** [@qmfrederik](https://github.com/qmfrederik) **Created:** 8/28/2019 **Status:** ✅ Merged **Merged:** 8/28/2019 **Merged by:** [@qmfrederik](https://github.com/qmfrederik) **Base:** `master` ← **Head:** `features/lzma-parallel` --- ### 📝 Commits (3) - [`f96bf2d`](https://github.com/quamotion/dotnet-packaging/commit/f96bf2da13f70602d1c0d96b0f638142f0999dcb) Use all threads when creating .xz files - [`cd35fa3`](https://github.com/quamotion/dotnet-packaging/commit/cd35fa3a0237fb3ea8c77573436ad5eef91f501a) Remove debug statement - [`55493fe`](https://github.com/quamotion/dotnet-packaging/commit/55493fe6369a53838014d64d1403dba2124ec4d0) Allow callers to override the number of compression threads, for compat purposes. ### 📊 Changes **3 files changed** (+22 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Packaging.Targets.Tests/Rpm/RpmPackageCreatorTests.cs` (+1 -0) 📝 `Packaging.Targets/IO/XZOutputStream.cs` (+3 -1) 📝 `Packaging.Targets/Rpm/RpmPackageCreator.cs` (+18 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:31:28 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dotnet-packaging#234