Skip to content

Commit

Permalink
valgrind.yml: temporarily disabled usage of debuginfod as the server …
Browse files Browse the repository at this point in the history
…is currently not responding
  • Loading branch information
firewave committed Feb 6, 2024
1 parent f6b538e commit 7e031ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ jobs:
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
cat memcheck.log
exit $ec
env:
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:
# DEBUGINFOD_URLS: https://debuginfod.ubuntu.com

- uses: actions/upload-artifact@v3
if: success() || failure()
Expand Down

0 comments on commit 7e031ee

Please sign in to comment.