mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
contrib: add curl as a required program in gitian-build.py
This commit is contained in:
parent
76e2cded47
commit
97dce72261
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import sys
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
global args, workdir
|
global args, workdir
|
||||||
programs = ['ruby', 'git', 'make', 'wget']
|
programs = ['ruby', 'git', 'make', 'wget', 'curl']
|
||||||
if args.kvm:
|
if args.kvm:
|
||||||
programs += ['apt-cacher-ng', 'python-vm-builder', 'qemu-kvm', 'qemu-utils']
|
programs += ['apt-cacher-ng', 'python-vm-builder', 'qemu-kvm', 'qemu-utils']
|
||||||
elif args.docker and not os.path.isfile('/lib/systemd/system/docker.service'):
|
elif args.docker and not os.path.isfile('/lib/systemd/system/docker.service'):
|
||||||
|
|
Loading…
Add table
Reference in a new issue