linux5.4: broken on aarch64-musl for now
This commit is contained in:
parent
a78feebb60
commit
ac28e5be47
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ _kernver="${version}_${revision}"
|
||||||
triggers="kernel-hooks"
|
triggers="kernel-hooks"
|
||||||
kernel_hooks_version="${_kernver}"
|
kernel_hooks_version="${_kernver}"
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
aarch64-musl) broken="fails on builder with fixdep: parse error; no targets found";;
|
||||||
|
esac
|
||||||
|
|
||||||
# These files could be modified when an external module is built.
|
# These files could be modified when an external module is built.
|
||||||
mutable_files="
|
mutable_files="
|
||||||
/usr/lib/modules/${_kernver}/modules.builtin.bin
|
/usr/lib/modules/${_kernver}/modules.builtin.bin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue