linux5.4: broken on aarch64 for now
This commit is contained in:
parent
57ad252c6b
commit
7021555821
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@ _kernver="${version}_${revision}"
|
||||||
triggers="kernel-hooks"
|
triggers="kernel-hooks"
|
||||||
kernel_hooks_version="${_kernver}"
|
kernel_hooks_version="${_kernver}"
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
aarch64*) broken="https://build.voidlinux.org/builders/aarch64_builder/builds/37218/steps/shell_3/logs/stdio";;
|
||||||
|
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