[Git][reproducible-builds/try.diffoscope.org][master] Add a tmpfs. (Re: #28)
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Thu Jul 17 20:41:02 UTC 2025
Chris Lamb pushed to branch master at Reproducible Builds / try.diffoscope.org
Commits:
514637a4 by Chris Lamb at 2025-07-17T13:40:40-07:00
Add a tmpfs. (Re: #28)
- - - - -
1 changed file:
- trydiffoscope/container/utils.py
Changes:
=====================================
trydiffoscope/container/utils.py
=====================================
@@ -22,6 +22,8 @@ def call_in_container(args, cwd):
'--user',
app_settings.DOCKER_USER,
'--read-only=true',
+ '--tmpfs',
+ '/tmp',
'--memory',
app_settings.DOCKER_MEMORY_LIMIT,
'--cidfile',
View it on GitLab: https://salsa.debian.org/reproducible-builds/try.diffoscope.org/-/commit/514637a40b54d5bcbd9a2c7a17215d778e474e8d
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/try.diffoscope.org/-/commit/514637a40b54d5bcbd9a2c7a17215d778e474e8d
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20250717/40cc13ea/attachment.htm>
More information about the rb-commits
mailing list