11:01:06 test 11:55:12 we need more gitian sigs 21:19:24 cc Lyza jeffro256 21:29:28 Re-installing and setting up my gitian VM rn 21:29:38 Excited for GUIX build 21:30:20 I use debian 12 and modify the dockrun.sh lol 21:32:30 Niice 21:33:51 Yeah I figured that changing the host OS should be very workable, seeing as the important dependencies are inside the docker container, KVM, LXC, etc, but I never looked into it 21:33:52 (removing the apt-cacher-ng check) 21:34:46 So debian ship some dependency which creates byte identical outpits, but which itself isn't byte identical? 21:38:49 i think it still builds inside of an 18.04 docker, just one of the dependency checks before the docker starts are broken 22:09:34 gitian build finished, hashes seemed to be matching with the ones from ofrns PR, but signing failed, because I messed something up 22:09:34 trying again now, not sure if it will finish today 22:14:40 You can sign them mabually 22:15:32 From the gitian.sigs folder 22:15:32 `for ASSERT in ${VERSION}-*/*/*.assert; do gpg --detach-sign ${ASSERT}; done` 22:39:09 thank you very much, made a PR, hope I didn't screw up 22:56:27 You can pass `--detach-sign --no-commit` to the build script so it doesn't attempt committing / signing next time