guix/gnu
Chris Marusich c069f8e433
gnu: bootstrap: Add support for powerpc64le-linux.
The bootstrap tarballs used by these bootstrap packages were created via the
following steps:

- Create a new x86_64 VM using QEMU.
- Use
  https://ftp.gnu.org/gnu/guix/guix-system-install-1.2.0.x86_64-linux.iso.xz
  to install Guix System 1.2.0 in the VM.
- Run: guix pull --no-substitutes --commit=662e7e28d576ada91fc9dec7d27c100666114f03
- Run: guix build --no-substitutes --target=powerpc64le-linux-gnu bootstrap-tarballs

With the exception of gcc-static, all bootstrap binaries contained in these
tarballs can be built reproducibly.  Unfortunately, gcc-static is not always
reproducible when everything is built from source on separate machines.
Despite investigation efforts, the cause remains unclear, so we have decided
to move forward with these binaries to unblock further bootstrapping work.
For details, see <https://bugs.gnu.org/41669>.

* gnu/packages/bootstrap.scm (%bootstrap-executables)
(bootstrap-executable-file-name, bootstrap-guile-url-path)
(bootstrap-guile-hash, %bootstrap-coreutils&co, %bootstrap-binutils)
(%bootstrap-glibc, %bootstrap-gcc): Add entries for powerpc64le-linux.
(%bootstrap-executable-base-urls): Add an entry for alpha.gnu.org.
2021-03-10 23:01:58 -08:00
..
bootloader
build Merge branch 'master' into core-updates 2021-03-06 00:18:30 +00:00
installer
machine
packages gnu: bootstrap: Add support for powerpc64le-linux. 2021-03-10 23:01:58 -08:00
services services: guix-build-coordinator: Add dynamic auth with file record. 2021-03-05 09:29:58 +00:00
system Merge branch 'master' into core-updates 2021-03-06 00:18:30 +00:00
tests
artwork.scm
bootloader.scm
ci.scm ci: Remove hydra support. 2021-03-10 19:41:15 +01:00
image.scm
installer.scm
local.mk Merge branch 'master' into core-updates 2021-03-06 00:18:30 +00:00
machine.scm
packages.scm
services.scm
system.scm
tests.scm