Skip to content

Commit d4fe3ef

Browse files
committed
download benchmark dbgsym using debuginfod
1 parent a267b33 commit d4fe3ef

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/push.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,8 @@ jobs:
223223
libsqlite3-dev \
224224
openssl \
225225
re2c \
226-
valgrind
226+
valgrind \
227+
debuginfod
227228
- name: ccache
228229
uses: hendrikmuhs/[email protected]
229230
with:
@@ -273,7 +274,9 @@ jobs:
273274
ssh-key: ${{ secrets.BENCHMARKING_DATA_DEPLOY_KEY }}
274275
path: benchmark/repos/data
275276
- name: Benchmark
276-
run: php benchmark/benchmark.php true
277+
run: |
278+
export DEBUGINFOD_URLS="https://debuginfod.ubuntu.com"
279+
php benchmark/benchmark.php true
277280
- name: Store result
278281
if: github.event_name == 'push'
279282
run: |

0 commit comments

Comments
 (0)