l...@gnu.org (Ludovic Courtès) skribis: > Pushed with tests as 384344198dcaa97847e66d3dd82f279ede08d690.
And if you get a weird error when running ‘make’ about ‘file-system-needed-for-boot?’, just run: rm gnu/system.go && make This is because of an ABI break: ‘file-system-needed-for-boot?’ was a macro and now is a procedure. Ludo’.