mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 11:57:28 -03:00
script: Make LXC container size suitable for gitian builds
This change prevents "No space left on device" error.
This commit is contained in:
parent
b847f49717
commit
166266a372
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ def setup():
|
|||
if args.docker:
|
||||
make_image_prog += ['--docker']
|
||||
elif not args.kvm:
|
||||
make_image_prog += ['--lxc']
|
||||
make_image_prog += ['--lxc', '--disksize', '13000']
|
||||
subprocess.check_call(make_image_prog)
|
||||
os.chdir(workdir)
|
||||
if args.is_focal and not args.kvm and not args.docker:
|
||||
|
|
Loading…
Reference in a new issue