mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02: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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user