diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-12-04 00:50:28 -0500 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-12-04 00:50:28 -0500 |
| commit | 93309efdce72ac5028944d5c1f7b081a7f62b84a (patch) | |
| tree | 64f95b6a3cd27b2ff9ae96e2ee832f73dea51765 /tests/guix-system.sh | |
| parent | 08dc9f2ca2e96476aa51c906c8ba01ca5d033568 (diff) | |
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.
Diffstat (limited to 'tests/guix-system.sh')
| -rw-r--r-- | tests/guix-system.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/guix-system.sh b/tests/guix-system.sh index a59bd9a6b91..16c02e6e4c9 100644 --- a/tests/guix-system.sh +++ b/tests/guix-system.sh | |||
| @@ -342,6 +342,10 @@ for example in gnu/system/examples/*.tmpl; do | |||
| 342 | # 'asus-c201.tmpl' uses 'linux-libre-arm-generic', which is an | 342 | # 'asus-c201.tmpl' uses 'linux-libre-arm-generic', which is an |
| 343 | # ARM-only package. | 343 | # ARM-only package. |
| 344 | options="--system=armhf-linux";; | 344 | options="--system=armhf-linux";; |
| 345 | *raspberry*) | ||
| 346 | # The Raspberry Pi templates 'linux-libre-arm64-generic', which is | ||
| 347 | # an ARM-only package. | ||
| 348 | options="--system=aarch64-linux";; | ||
| 345 | *vm-image*) | 349 | *vm-image*) |
| 346 | # The VM image tries to build 'current-guix' as per 'guix pull'. | 350 | # The VM image tries to build 'current-guix' as per 'guix pull'. |
| 347 | # Skip it. | 351 | # Skip it. |
