Skip to content

Commit

Permalink
Reduce 7z threads to 1, compression to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
sdarwin committed Sep 24, 2024
1 parent dab7654 commit 451a02b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci_boost_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -774,8 +774,8 @@ def command_build(self):
"7z",
"a",
"-bd",
"-mx=7",
"-mmt2",
"-mx=1",
"-mmt1",
"-ms=on",
"-x!" + self.boost_release_name + "/ci_boost_common.py",
"-x!" + self.boost_release_name + "/ci_boost_release.py",
Expand Down

0 comments on commit 451a02b

Please sign in to comment.