Skip to content

Commit b9568a0

Browse files
authored
valgrind.yml: temporarily disabled usage of debuginfod as the server is currently not responding (#5951)
1 parent f6b538e commit b9568a0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/valgrind.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@ jobs:
5151
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
5252
cat memcheck.log
5353
exit $ec
54-
env:
55-
DEBUGINFOD_URLS: https://debuginfod.ubuntu.com
54+
# TODO: debuginfod.ubuntu.com is currently not responding to any requests causing it to run into a 40(!) minute timeout
55+
#env:
56+
# DEBUGINFOD_URLS: https://debuginfod.ubuntu.com
5657

5758
- uses: actions/upload-artifact@v3
5859
if: success() || failure()

0 commit comments

Comments
 (0)