mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
intel-gpu-tools: broken on musl
This commit is contained in:
parent
21df9759c7
commit
8a302e6b9f
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,11 @@ checksum=dcf256112d2692aa49ce6c6d17a898f60b3709b98c2f1c4592b23d22371462bd
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
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() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue