We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54ec61 commit 0442764Copy full SHA for 0442764
1 file changed
tools/daca2-addons.py
@@ -163,9 +163,10 @@ def scanarchive(filepath, jobs):
163
# flite #5975
164
# insight#5184
165
# valgrind #6151
166
+# gcc-arm - no ticket. Reproducible timeout in daca2 though as of 1.73/early 2016.
167
#
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':
170
results = open('results.txt', 'at')
171
results.write('fixme: skipped package to avoid hang\n')
172
results.close()
0 commit comments