Skip to content

Commit eef3071

Browse files
committed
download benchmark dbgsym using debuginfod
1 parent ba44c9f commit eef3071

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/push.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,8 @@ jobs:
235235
libsqlite3-dev \
236236
openssl \
237237
re2c \
238-
valgrind
238+
valgrind \
239+
debuginfod
239240
- name: ccache
240241
uses: hendrikmuhs/[email protected]
241242
with:
@@ -285,7 +286,9 @@ jobs:
285286
ssh-key: ${{ secrets.BENCHMARKING_DATA_DEPLOY_KEY }}
286287
path: benchmark/repos/data
287288
- name: Benchmark
288-
run: php benchmark/benchmark.php true
289+
run: |
290+
export DEBUGINFOD_URLS="https://debuginfod.ubuntu.com"
291+
php benchmark/benchmark.php true
289292
- name: Store result
290293
if: github.event_name == 'push'
291294
run: |

0 commit comments

Comments
 (0)