guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: hydra: cuirass: Make ‘time-travel’ x86_64-only.


From: Ludovic Courtès
Subject: 01/03: hydra: cuirass: Make ‘time-travel’ x86_64-only.
Date: Fri, 15 Mar 2024 10:06:42 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit cc735bdf8dce49b35396285a8583fc2a70dca5a0
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Mar 15 15:04:54 2024 +0100

    hydra: cuirass: Make ‘time-travel’ x86_64-only.
    
    * hydra/modules/sysadmin/services.scm (cuirass-specs): In ‘time-travel’
    spec, remote i686-linux from ‘systems’.
---
 hydra/modules/sysadmin/services.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index a146000..38aa9e3 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -312,7 +312,7 @@ collection instead."
                 (build '(manifests "etc/time-travel-manifest.scm"))
                 (period (* 12 3600))
                 (priority 3)
-                (systems '("x86_64-linux" "i686-linux")))
+                (systems '("x86_64-linux")))
               (specification
                 (name "rust-team")
                 (build 'all)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]