Disable the qmetatype test on Clang + ARM, it's causing OOM during build
And takes a very long time to build if it doesn't run out of memory. Task-number: QTBUG-37237 Change-Id: I8c7fae4d2d99ad59c6d6306da2df554a05955446 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
This commit is contained in:
parent
1e18df9c73
commit
9d79c3458c
@ -8,7 +8,6 @@ SUBDIRS=\
|
||||
qmetaobjectbuilder \
|
||||
qmetamethod \
|
||||
qmetaproperty \
|
||||
qmetatype \
|
||||
qmimedata \
|
||||
qobject \
|
||||
qpointer \
|
||||
@ -22,6 +21,10 @@ SUBDIRS=\
|
||||
qvariant \
|
||||
qwineventnotifier
|
||||
|
||||
# Building the qmetatype test with Clang on ARM takes forever (QTBUG-37237)
|
||||
!clang|!contains(QT_ARCH, arm): \
|
||||
SUBDIRS += qmetatype
|
||||
|
||||
!qtHaveModule(gui): SUBDIRS -= \
|
||||
qmimedata
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user