-
sdruruururururuutest
-
selstawe need more gitian sigs
-
m-relay<ofrnxmr:xmr.mx> cc Lyza jeffro256
-
m-relay<jeffro256:monero.social> Re-installing and setting up my gitian VM rn
-
m-relay<jeffro256:monero.social> Excited for GUIX build
-
m-relay<ofrnxmr:xmr.mx> I use debian 12 and modify the dockrun.sh lol
-
m-relay<jeffro256:monero.social> Niice
-
m-relay<jeffro256:monero.social> 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
-
m-relay<ofrnxmr:xmr.mx> (removing the apt-cacher-ng check)
-
m-relay<jeffro256:monero.social> So debian ship some dependency which creates byte identical outpits, but which itself isn't byte identical?
-
m-relay<ofrnxmr:xmr.mx> i think it still builds inside of an 18.04 docker, just one of the dependency checks before the docker starts are broken
-
m-relay<sneedlewoods_xmr:matrix.org> gitian build finished, hashes seemed to be matching with the ones from ofrns PR, but signing failed, because I messed something up
-
m-relay<sneedlewoods_xmr:matrix.org> trying again now, not sure if it will finish today
-
m-relay<ofrnxmr:xmr.mx> You can sign them mabually
-
m-relay<ofrnxmr:xmr.mx> From the gitian.sigs folder
-
m-relay<ofrnxmr:xmr.mx> `for ASSERT in ${VERSION}-*/*/*.assert; do gpg --detach-sign ${ASSERT}; done`
-
m-relay<sneedlewoods_xmr:matrix.org> thank you very much, made a PR, hope I didn't screw up
-
m-relay<jeffro256:monero.social> You can pass `--detach-sign --no-commit` to the build script so it doesn't attempt committing / signing next time