mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
qt6-declarative: broken on i686 for now
This commit is contained in:
parent
de56f79edc
commit
53ce7203fd
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
|||
broken="shader compilation fails"
|
||||
fi
|
||||
|
||||
if [ "$XBPS_TARGET_MACHINE" = i686 ]; then
|
||||
broken="https://build.voidlinux.org/#/builders/9/builds/2274"
|
||||
fi
|
||||
|
||||
subpackages="qt6-quick-test qt6-declarative-host-tools qt6-declarative-tools
|
||||
qt6-declarative-private-devel qt6-declarative-devel"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue