packages: Add "aarch64-linux" to '%hydra-supported-systems'.
* guix/packages.scm (%hydra-supported-systems): Keep "aarch64-linux".
This commit is contained in:
parent
0fe041bd9f
commit
d04285647d
1 changed files with 2 additions and 2 deletions
|
@ -241,9 +241,9 @@ name of its URI."
|
|||
(define %hydra-supported-systems
|
||||
;; This is the list of system types for which build machines are available.
|
||||
;;
|
||||
;; XXX: MIPS is temporarily unavailable on Hydra:
|
||||
;; XXX: MIPS is unavailable in CI:
|
||||
;; <https://lists.gnu.org/archive/html/guix-devel/2017-03/msg00790.html>.
|
||||
(fold delete %supported-systems '("aarch64-linux" "mips64el-linux")))
|
||||
(fold delete %supported-systems '("mips64el-linux")))
|
||||
|
||||
|
||||
;; A package.
|
||||
|
|
Reference in a new issue