guix-commits
[Top][All Lists]
Advanced

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

02/03: tests: Fix guix-system.sh test.


From: guix-commits
Subject: 02/03: tests: Fix guix-system.sh test.
Date: Sun, 4 Dec 2022 01:25:52 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 93309efdce72ac5028944d5c1f7b081a7f62b84a
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Dec 4 00:50:28 2022 -0500

    tests: Fix guix-system.sh test.
    
    The regression was introduce with commit
    c7793b82efd3383a9f7adf0dfa82d71ee032e41b ("gnu: raspberry-pi: Add a
    bootloader-chain for the Raspberry Pi and os examples.") due to the examples
    needing to be built for the aarch64-linux system.
    
    * tests/guix-system.sh: Invoke guix system build with 
'--system=aarch64-linux'
    to build the Raspberry Pi systems.
---
 tests/guix-system.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/guix-system.sh b/tests/guix-system.sh
index a59bd9a6b9..16c02e6e4c 100644
--- a/tests/guix-system.sh
+++ b/tests/guix-system.sh
@@ -342,6 +342,10 @@ for example in gnu/system/examples/*.tmpl; do
            # 'asus-c201.tmpl' uses 'linux-libre-arm-generic', which is an
            # ARM-only package.
             options="--system=armhf-linux";;
+        *raspberry*)
+           # The Raspberry Pi templates 'linux-libre-arm64-generic', which is
+           # an ARM-only package.
+            options="--system=aarch64-linux";;
        *vm-image*)
            # The VM image tries to build 'current-guix' as per 'guix pull'.
            # Skip it.



reply via email to

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