diff options
author | Egor Tensin <egor@tensin.name> | 2024-12-10 12:16:30 +0100 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2024-12-11 11:27:23 +0100 |
commit | e55b5e4d9802c143e5586e5d07ec51020d98f3cd (patch) | |
tree | 23eef8eedf98c7c5c13bf43e63e47754302a1f52 /.github/workflows/ci.yml | |
parent | add a target to build w/ -fanalyzer (diff) | |
download | cimple-e55b5e4d9802c143e5586e5d07ec51020d98f3cd.tar.gz cimple-e55b5e4d9802c143e5586e5d07ec51020d98f3cd.zip |
flamegraph.sh: use debuginfod
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 205a033..91bdc70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,7 +107,7 @@ jobs: # sudo is used to resolve kernel symbols. Plus, it would be required # if we didn't fix perf_event_paranoid. PATH needs to be preserved # for FlameGraph. - sudo --preserve-env=PATH make debug/flame_graphs + sudo --preserve-env=PATH DEBUGINFOD_URLS='https://debuginfod.ubuntu.com' make debug/flame_graphs - name: Upload flame graphs uses: actions/upload-artifact@v4 with: |