Oddbean new post about | logout
 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