Skip to content

Commit a33f01a

Browse files
committed
daca2: skip wxwidgets for now to avoid hang
1 parent 489fc6c commit a33f01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/daca2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def scanarchive(filepath):
144144
elif filename[-4:] == '.bz2':
145145
subprocess.call(['tar', 'xjvf', filename])
146146

147-
if filename[:5] == 'flite' or filename[:5] == 'boost' or filename[:6] == 'iceowl' or filename[:7] == 'insight' or filename[:8] == 'valgrind':
147+
if filename[:5] == 'flite' or filename[:5] == 'boost' or filename[:6] == 'iceowl' or filename[:7] == 'insight' or filename[:8] == 'valgrind' or filename[:9] == 'wxwidgets':
148148
results = open('results.txt', 'at')
149149
results.write('fixme: skipped package to avoid hang\n')
150150
results.close()

0 commit comments

Comments
 (0)