intel-gpu-tools: broken on musl
This commit is contained in:
parent
21df9759c7
commit
8a302e6b9f
|
@ -17,6 +17,11 @@ checksum=dcf256112d2692aa49ce6c6d17a898f60b3709b98c2f1c4592b23d22371462bd
|
|||
lib32disabled=yes
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
# needs SIGEV_THREAD_ID
|
||||
*-musl) broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/11948/steps/shell_3/logs/stdio";;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue