Skip to content

Commit

Permalink
Try if with eatmydata it can be faster, although systemd-nspawn alrea…
Browse files Browse the repository at this point in the history
…dy has --suppress-sync=yes. refs: #47
  • Loading branch information
spanezz committed Aug 8, 2022
1 parent 372420d commit 0b7a083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moncic/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def build(self) -> Optional[int]:
# Install build dependencies
env = dict(os.environ)
env.update(DEBIAN_FRONTEND="noninteractive")
run(["apt-get", "--assume-yes", "--quiet", "--show-upgraded",
run(["eatmydata", "apt-get", "--assume-yes", "--quiet", "--show-upgraded",
# The space after -o is odd but required, and I could
# not find a better working syntax
'-o Dpkg::Options::="--force-confnew"',
Expand Down

0 comments on commit 0b7a083

Please sign in to comment.