aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2024-12-10 12:16:30 +0100
committerEgor Tensin <egor@tensin.name>2024-12-11 11:27:23 +0100
commite55b5e4d9802c143e5586e5d07ec51020d98f3cd (patch)
tree23eef8eedf98c7c5c13bf43e63e47754302a1f52 /.github/workflows/ci.yml
parentadd a target to build w/ -fanalyzer (diff)
downloadcimple-e55b5e4d9802c143e5586e5d07ec51020d98f3cd.tar.gz
cimple-e55b5e4d9802c143e5586e5d07ec51020d98f3cd.zip
flamegraph.sh: use debuginfod
Diffstat (limited to '')
-rw-r--r--.github/workflows/ci.yml2
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: