mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
tests: Adjust ‘package-transitive-supported-systems’ test.
This test broke with commit 8c9493cb31
.
* tests/packages.scm ("package-transitive-supported-systems, implicit inputs"):
Change ‘%current-system’ to “riscv64-linux”.
Change-Id: Ia6d69f086cffea4144d2f032038b27ec91e904f3
This commit is contained in:
parent
7d10553db7
commit
ea4eeeed03
1 changed files with 5 additions and 1 deletions
|
@ -511,7 +511,11 @@
|
|||
(build-system gnu-build-system)
|
||||
(supported-systems
|
||||
`("does-not-exist" "foobar" ,@%supported-systems)))))
|
||||
(parameterize ((%current-system "armhf-linux")) ; a traditionally-bootstrapped architecture
|
||||
;; For '%current-system', pick an old-style-bootstrap (not full-source
|
||||
;; bootstrap) architecture, and one that uses a version of
|
||||
;; 'libstdc++-boot0' that has all of %SUPPORTED-SYSTEMS in its
|
||||
;; 'supported-systems' field.
|
||||
(parameterize ((%current-system "riscv64-linux"))
|
||||
(package-transitive-supported-systems p))))
|
||||
|
||||
(test-equal "package-transitive-supported-systems: reduced binary seed, implicit inputs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue