-
scoobybejesusit 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
-
tobtohtgitian sigs merged, all hashes match
-
selsta.merge+ 10335 10336
-
xmr-prAdded
-
m-relay<jeffro256:monero.social> Mine *still* building lol
-
m-relay<jeffro256:monero.social> Will probably finish today
-
jpk68In 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?
-
jpk68For example, if a new component was implemented, it would probably want to choose error codes that aren't used already (??)