We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba44c9f commit eef3071Copy full SHA for eef3071
.github/workflows/push.yml
@@ -235,7 +235,8 @@ jobs:
235
libsqlite3-dev \
236
openssl \
237
re2c \
238
- valgrind
+ valgrind \
239
+ debuginfod
240
- name: ccache
241
uses: hendrikmuhs/[email protected]
242
with:
@@ -285,7 +286,9 @@ jobs:
285
286
ssh-key: ${{ secrets.BENCHMARKING_DATA_DEPLOY_KEY }}
287
path: benchmark/repos/data
288
- name: Benchmark
- run: php benchmark/benchmark.php true
289
+ run: |
290
+ export DEBUGINFOD_URLS="https://debuginfod.ubuntu.com"
291
+ php benchmark/benchmark.php true
292
- name: Store result
293
if: github.event_name == 'push'
294
run: |
0 commit comments