pygobject / pgi-docgen

API Documentation Generator for PyGObject
https://lazka.github.io/pgi-docs/
GNU Lesser General Public License v2.1
128 stars 36 forks source link

Investigate building with docker and debian snapshots #179

Closed lazka closed 5 years ago

lazka commented 5 years ago

We could try to build with https://hub.docker.com/r/debian/snapshot/tags to get a reproducible build.

lazka commented 5 years ago

Debian snapshots doesn't work because it immediately blocks my IP if I install more than 10 packages or so.

I'll use normal debian+docker instead with some azure-pipelines CI to get timely feedback of breakage.