lbryio / lbrycrd

The blockchain that provides the digital content namespace for the LBRY protocol
https://lbry.com
MIT License
2.57k stars 178 forks source link

use specific version of libevent in reproducible builds #118

Closed kaykurokawa closed 6 years ago

kaykurokawa commented 6 years ago

In reproducible_build.sh, to build libevent, it would just download from the master branch of libveven'ts github repo without checking out any specific version.

Download 2.0.22 release instead as specified here: https://github.com/lbryio/lbrycrd/blob/master/depends/packages/libevent.mk

lyoshenka commented 6 years ago

@kaykurokawa whats next for this PR? does it need to be reviewed?

kaykurokawa commented 6 years ago

No will just merge this , the build problem on travis with this PR is unrelated it seems.