00:08:55 scoobybejesus: it turns out that if your docker version is too new, you can create an /etc/docker/daemon.json file and specify "min-api-version": "1.41" and it'll use an old compat layer. So I was able to do the builds
09:24:54 tobtoht: gitian sigs merged, all hashes match
12:34:32 selsta: .merge+ 10335 10336
12:34:32 xmr-pr: Added
17:11:12 j​effro256:monero.social: Mine *still* building lol
17:11:21 j​effro256:monero.social: Will probably finish today
22:08:20 jpk68: In src/net/socks.h, it seems to mention that some error codes used for boost::system::error_code are reserved. I could just be misunderstanding how this works, but is it documented somewhere which error codes are already in use?
22:09:04 jpk68: For example, if a new component was implemented, it would probably want to choose error codes that aren't used already (??)