Skip to content

Commit

Permalink
fix: gitian needs --distro debian
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Jun 30, 2023
1 parent 457a1aa commit f801973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/gitian-build.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def setup():
if not os.path.isdir('dash'):
subprocess.check_call(['git', 'clone', 'https://github.com/dashpay/dash.git'])
os.chdir('gitian-builder')
make_image_prog = ['bin/make-base-vm', '--suite', 'buster', '--arch', 'amd64']
make_image_prog = ['bin/make-base-vm', '--distro', 'debian' , '--suite', 'buster', '--arch', 'amd64']
if args.docker:
make_image_prog += ['--docker']
elif args.lxc:
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Once you've got the right hardware and software:

# Create base images
cd gitian-builder
bin/make-base-vm --suite buster --arch amd64
bin/make-base-vm --distro debian --suite buster --arch amd64
cd ..

# Get inputs (see doc/release-process.md for exact inputs needed and where to get them)
Expand Down

0 comments on commit f801973

Please sign in to comment.