Skip to content

Commit 0442764

Browse files
committed
Skip another package in daca2 (gcc-arm) to avoid timeouts
1 parent a54ec61 commit 0442764

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tools/daca2-addons.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,10 @@ def scanarchive(filepath, jobs):
163163
# flite #5975
164164
# insight#5184
165165
# valgrind #6151
166+
# gcc-arm - no ticket. Reproducible timeout in daca2 though as of 1.73/early 2016.
166167
#
167168

168-
if filename[:5] == 'flite' or filename[:5] == 'boost' or filename[:7] == 'insight' or filename[:8] == 'valgrind':
169+
if filename[:5] == 'flite' or filename[:5] == 'boost' or filename[:7] == 'insight' or filename[:8] == 'valgrind' or filename[:7] == 'gcc-arm':
169170
results = open('results.txt', 'at')
170171
results.write('fixme: skipped package to avoid hang\n')
171172
results.close()

0 commit comments

Comments
 (0)