Skip to content

Commit 6c0276a

Browse files
committed
gitian: add libz-dev dependency package for linux boost
Boost iostreams was picking up libz-dev in VirtualBox, as the recommended way to build is now to make a VM with all dependency packages installed. This caused a divergence between KVM/LXC build and VirtualBox build results. Fix this in the simplest possible way: add the libz-dev package.
1 parent 76a7705 commit 6c0276a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/gitian-descriptors/boost-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ packages:
1313
- "faketime"
1414
- "bsdmainutils"
1515
- "zip"
16+
- "libz-dev"
1617
reference_datetime: "2011-01-30 00:00:00"
1718
remotes: []
1819
files:

0 commit comments

Comments
 (0)