On Wed, 2021-03-03 at 15:56 +0100, Taylan Kammer wrote: > On 01.03.2021 15:47, Taylan Kammer wrote: > [...] > I haven't yet updated the Guix package for bytestructures. I'm quite > out of the loop and don't remember which branch that should be pushed, > given it's a dependency of Guix and all. Is it always safe to push to > master? (With regard to rebuilding the whole world.) Let's see what would be rebuilt: $ guix refresh --list-dependent guile-bytestructures guile2.0-bytestructures guile2.2-bytestructures Building the following 15 packages would ensure 19 dependent packages are rebuilt: guile-wiredtiger@0.7.0 guile-libyaml@0-1.f5d33a6 guile-parted@0.0.4 guix-data-service@0.0.1-25.b7ba8d0 guix-minimal@1.2.0-13.a53f711 cuirass@0.0.1-72.543e26a emacs-guix@0.5.2-3.a694fdb guix-jupyter@0.2.1 guix-build-coordinator@0-20.1f79fc3 gwl@0.3.0 hpcguix-web@0.0.1-5.9de6356 guix-daemon@1.2.0-13.a53f711 guile2.0-git@0.4.0 guile2.2-parted@0.0.4 guile2.2-guix@1.2.0-13.a53f711 I suggest you run "./pre-inst-env guix build guix" first to make sure guix can still be built, but otherwise there shouldn't be any issue with pushing to master. Maxime.