Skip to content
Snippets Groups Projects
Commit ba530554 authored by Simon McVittie's avatar Simon McVittie
Browse files

Exclude more /var subdirectories from the SDK runtime

parent e60df77f
No related branches found
No related tags found
No related merge requests found
......@@ -1279,6 +1279,13 @@ class Builder:
'{}/var/cache'.format(chroot),
'{}/var/lib/dpkg/status-old'.format(chroot),
'{}/var/lib/dpkg/statoverride'.format(chroot),
'{}/var/local'.format(chroot),
'{}/var/lock'.format(chroot),
'{}/var/log'.format(chroot),
'{}/var/mail'.format(chroot),
'{}/var/opt'.format(chroot),
'{}/var/run'.format(chroot),
'{}/var/spool'.format(chroot),
])
self.root_worker.check_call([
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment