diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2022-10-07 15:59:05 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2022-10-07 16:01:39 +0200 |
| commit | 31708431c53524f05e6a0c9fed920cb773e7dd21 (patch) | |
| tree | 2cd3893a98aaaeba83b7ebc3a780062ce20cf95c /tests | |
| parent | 06deab3321d387fff3f07efe9c53c7db3ab2aa85 (diff) | |
tests: Attempt to build 'desktop.tmpl' on all major architectures.
Partly fixes <https://issues.guix.gnu.org/58352>.
* tests/guix-system.sh: Try to build 'desktop.tmpl' for x86_64, i686, and aarch64.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/guix-system.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/guix-system.sh b/tests/guix-system.sh index f76a5ce119e..a59bd9a6b91 100644 --- a/tests/guix-system.sh +++ b/tests/guix-system.sh | |||
| @@ -354,6 +354,12 @@ for example in gnu/system/examples/*.tmpl; do | |||
| 354 | guix system -n disk-image $options "$example" | 354 | guix system -n disk-image $options "$example" |
| 355 | done | 355 | done |
| 356 | 356 | ||
| 357 | # Make sure the desktop image can be built on major architectures. | ||
| 358 | for system in x86_64-linux i686-linux aarch64-linux | ||
| 359 | do | ||
| 360 | guix system -n image -s "$system" gnu/system/examples/desktop.tmpl | ||
| 361 | done | ||
| 362 | |||
| 357 | # Verify that the images can be built. | 363 | # Verify that the images can be built. |
| 358 | guix system -n vm gnu/system/examples/bare-bones.tmpl | 364 | guix system -n vm gnu/system/examples/bare-bones.tmpl |
| 359 | guix system -n image gnu/system/images/pinebook-pro.scm | 365 | guix system -n image gnu/system/images/pinebook-pro.scm |
