daca2: removed the bailout for wxwidgets. the varid fix for typedefs seem to fix the hangs.
This commit is contained in:
parent
8c8e85d2db
commit
b96f4f53ad
|
@ -144,7 +144,7 @@ def scanarchive(filepath):
|
|||
elif filename[-4:] == '.bz2':
|
||||
subprocess.call(['tar', 'xjvf', filename])
|
||||
|
||||
if filename[:5] == 'flite' or filename[:5] == 'boost' or filename[:6] == 'iceowl' or filename[:7] == 'insight' or filename[:8] == 'valgrind' or filename[:9] == 'wxwidgets':
|
||||
if filename[:5] == 'flite' or filename[:5] == 'boost' or filename[:6] == 'iceowl' or filename[:7] == 'insight' or filename[:8] == 'valgrind':
|
||||
results = open('results.txt', 'at')
|
||||
results.write('fixme: skipped package to avoid hang\n')
|
||||
results.close()
|
||||
|
|
Loading…
Reference in New Issue