mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
base-linux: disable initramfs build on 32-bit
The build tries to access the host header asm/unistd.h, which is apparently not present on 64-bit hosts (in particular our CI).
This commit is contained in:
committed by
Christian Helmuth
parent
0428e5e8b9
commit
887fcecf63
@@ -1,5 +1,7 @@
|
||||
TARGET = lx_init
|
||||
|
||||
REQUIRES = x86_64
|
||||
|
||||
INITRAMFS = initramfs
|
||||
INITRAMFS_SRC_C = init.c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user