Hi! Mathieu Othacehe <othac...@gnu.org> skribis:
> Turns out stripping Grub modules was causing this issue. I'm not sure > why we do not experience this issue on master. Woow, good catch. > Anyway, 71aa29911cf3f4e6db5f9bff9237308b5f93283d fixes it for me. ‘master’ uses ‘--strip-debug’ whereas ‘core-updates-frozen’ uses ‘--strip-unneeded’ (from commit e0f31baacc6ad30096a332b69433c85f5830bb2c). Instead of #:strip-binaries? #f, we could try: #:strip-flags '("--strip-debug" "--enable-deterministic-archives") Thanks, Ludo’.