From 3aa60e4096e5a9e880c9545cd28ec4aab610753f Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Tue, 23 Jan 2024 21:45:11 +0100 Subject: 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 Change-Id: I294429d5318b94fb8e7780a37f3608b5321cf6ca --- gnu/ci.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu') 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 @@ (define (same? target) (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") -- cgit v1.2.3