civodul pushed a commit to branch master
in repository maintenance.

commit 0dc194cc85f8f0ef8cfcde29b9610ade7138beff
Author: Ludovic Courtès <[email protected]>
AuthorDate: Wed Jul 10 15:41:22 2024 +0200

    hydra: honeycomb: Do not attempt to build firmware.
    
    * hydra/modules/sysadmin/honeycomb.scm (honeycomb-system): Set
    ‘firmware’ field to the empty list.
---
 hydra/modules/sysadmin/honeycomb.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hydra/modules/sysadmin/honeycomb.scm 
b/hydra/modules/sysadmin/honeycomb.scm
index 4a55be91..3a016ca0 100644
--- a/hydra/modules/sysadmin/honeycomb.scm
+++ b/hydra/modules/sysadmin/honeycomb.scm
@@ -209,6 +209,7 @@ TIMEOUT ~a~%"
 
     (kernel linux-libre-arm64-honeycomb)
     (initrd-modules '())
+    (firmware '())
     (kernel-arguments '("arm-smmu.disable_bypass=0"
                         "default_hugepagesz=1024m"
                         "hugepagesz=1024m"

Reply via email to