summary refs log tree commit diff
path: root/hydra.scm
diff options
context:
space:
mode:
Diffstat (limited to 'hydra.scm')
-rw-r--r--hydra.scm11
1 files changed, 6 insertions, 5 deletions
diff --git a/hydra.scm b/hydra.scm
index 9506cf0c94..213f3198f3 100644
--- a/hydra.scm
+++ b/hydra.scm
@@ -76,11 +76,12 @@ SYSTEM."
 
 (define %packages-to-cross-build
   (list gmp mpfr mpc coreutils findutils diffutils patch hello guile-2.0
-        %bootstrap-binaries-tarball
-        %binutils-bootstrap-tarball
-        %glibc-bootstrap-tarball
-        %gcc-bootstrap-tarball
-        %guile-bootstrap-tarball))
+        ;; %bootstrap-binaries-tarball
+        ;; %binutils-bootstrap-tarball
+        ;; %glibc-bootstrap-tarball
+        ;; %gcc-bootstrap-tarball
+        ;; %guile-bootstrap-tarball
+        ))
 
 (define %cross-targets
   '("mips64el-linux-gnu"))