guix-commits
[Top][All Lists]
Advanced

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

branch master updated: ci: Don't cross compile to or1k-elf.


From: guix-commits
Subject: branch master updated: ci: Don't cross compile to or1k-elf.
Date: Tue, 23 Jan 2024 15:48:56 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3aa60e4096 ci: Don't cross compile to or1k-elf.
3aa60e4096 is described below

commit 3aa60e4096e5a9e880c9545cd28ec4aab610753f
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Jan 23 21:45:11 2024 +0100

    ci: Don't cross compile to or1k-elf.
    
    * gnu/ci.scm (cross-jobs)[pointless?]: Don't build any packages for 
or1k-elf.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
    Change-Id: I294429d5318b94fb8e7780a37f3608b5321cf6ca
---
 gnu/ci.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/ci.scm b/gnu/ci.scm
index 6ee8499728..e25a772772 100644
--- a/gnu/ci.scm
+++ b/gnu/ci.scm
@@ -191,6 +191,7 @@ SYSTEM."
   (define (pointless? target)
     ;; Return #t if it makes no sense to cross-build to TARGET from SYSTEM.
     (or (string=? target "avr") ; Nothing for AVR at this time.
+        (string=? target "or1k-elf") ;; Nothing for or1k-elf at this time.
         (match system
           ((or "x86_64-linux" "i686-linux")
            (if (string-contains target "mingw")



reply via email to

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