Oddbean new post about | logout
 would it be possible for you to provide .deb files from the master branch from time to time?

 @Mike Dilger 
 I'll do them when I do releases, which is already tedious as I have to move computers and monitors around, shift files to different computers checking their SHA sums, deal with lots of fiddly things that have to be right, login under my gossip account to post the sums, etc. It is much more of a pain in the ass for me than it would be for you to compile from source or to build the .deb yourself. 
 understood. i'll try to compile. 👍 
 compiling versions 0.8.0 and 0.8.2 worked. :-y

I am currently getting an error when compiling the master branch:

gossip/packaging/debian$  docker system prune
gossip/packaging/debian$  ./deb.sh

 => ERROR [builder 7/8] RUN cargo deb                                      101.4s
------
 > [builder 7/8] RUN cargo deb:
101.4 cargo-deb: This is a workspace with multiple packages, and there is no single package at the root. Please specify package name with -p. Available packages are: gossip, gossip-lib
------
Dockerfile:22

 @Mike Dilger