Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 5fabf868 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

Do not emulate mips64el.

* build-node.scm, head-node.scm: Remove "mips64el" from
'qemu-binfmt-configuration'.
parent 2c149ee1
No related branches found
No related tags found
No related merge requests found
...@@ -93,8 +93,7 @@ ...@@ -93,8 +93,7 @@
(service qemu-binfmt-service-type (service qemu-binfmt-service-type
(qemu-binfmt-configuration (qemu-binfmt-configuration
(platforms (lookup-qemu-platforms "arm" (platforms (lookup-qemu-platforms "arm"
"aarch64" "aarch64"))))
"mips64el"))))
(simple-service 'gc-jobs mcron-service-type (simple-service 'gc-jobs mcron-service-type
garbage-collector-jobs)) garbage-collector-jobs))
......
...@@ -257,8 +257,7 @@ ...@@ -257,8 +257,7 @@
(service qemu-binfmt-service-type (service qemu-binfmt-service-type
(qemu-binfmt-configuration (qemu-binfmt-configuration
(platforms (lookup-qemu-platforms "arm" (platforms (lookup-qemu-platforms "arm"
"aarch64" "aarch64"))))
"mips64el"))))
(simple-service 'gc-jobs mcron-service-type (simple-service 'gc-jobs mcron-service-type
garbage-collector-jobs) garbage-collector-jobs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment