linux4.14: broken on musl for now
This commit is contained in:
parent
7777979380
commit
c320112700
1 changed files with 5 additions and 0 deletions
|
@ -24,6 +24,11 @@ _kernver="${version}_${revision}"
|
|||
triggers="kernel-hooks"
|
||||
kernel_hooks_version="${_kernver}"
|
||||
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/17191/steps/shell_3/logs/stdio";;
|
||||
esac
|
||||
|
||||
# These files could be modified when an external module is built.
|
||||
mutable_files="
|
||||
/usr/lib/modules/${_kernver}/modules.builtin.bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue