We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b538e commit b9568a0Copy full SHA for b9568a0
1 file changed
.github/workflows/valgrind.yml
@@ -51,8 +51,9 @@ jobs:
51
valgrind --error-limit=yes --leak-check=full --num-callers=50 --show-reachable=yes --track-origins=yes --suppressions=valgrind/testrunner.supp --gen-suppressions=all --log-fd=9 --error-exitcode=42 ./testrunner TestGarbage TestOther TestSimplifyTemplate 9>memcheck.log || ec=1
52
cat memcheck.log
53
exit $ec
54
- env:
55
- DEBUGINFOD_URLS: https://debuginfod.ubuntu.com
+ # TODO: debuginfod.ubuntu.com is currently not responding to any requests causing it to run into a 40(!) minute timeout
+ #env:
56
+ # DEBUGINFOD_URLS: https://debuginfod.ubuntu.com
57
58
- uses: actions/upload-artifact@v3
59
if: success() || failure()
0 commit comments