zcash / zcash-gitian

Deterministic build environment for Zcash
https://z.cash/blog/deterministic-builds.html
18 stars 29 forks source link

Install apt-cacher-ng from bullseye-backports (it's more recent and likely fixes #147) #148

Closed softminus closed 2 years ago

softminus commented 2 years ago

This likely fixes the HTTP error 502 problem (#147)

softminus commented 2 years ago

Superb, this patch does what it claims to do!:

vagrant@zcash-build:~$ sudo apt-cache policy apt-cacher-ng
apt-cacher-ng:
  Installed: 3.7.4-1~bpo11+1
  Candidate: 3.7.4-1~bpo11+1
  Version table:
 *** 3.7.4-1~bpo11+1 100
        100 http://deb.debian.org/debian bullseye-backports/main amd64 Packages
        100 /var/lib/dpkg/status
     3.6.4-1 500
        500 http://deb.debian.org/debian bullseye/main amd64 Packages
vagrant@zcash-build:~$