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 a267b33 commit d4fe3efCopy full SHA for d4fe3ef
.github/workflows/push.yml
@@ -223,7 +223,8 @@ jobs:
223
libsqlite3-dev \
224
openssl \
225
re2c \
226
- valgrind
+ valgrind \
227
+ debuginfod
228
- name: ccache
229
uses: hendrikmuhs/ccache-action@v1.2
230
with:
@@ -273,7 +274,9 @@ jobs:
273
274
ssh-key: ${{ secrets.BENCHMARKING_DATA_DEPLOY_KEY }}
275
path: benchmark/repos/data
276
- name: Benchmark
- run: php benchmark/benchmark.php true
277
+ run: |
278
+ export DEBUGINFOD_URLS="https://debuginfod.ubuntu.com"
279
+ php benchmark/benchmark.php true
280
- name: Store result
281
if: github.event_name == 'push'
282
run: |
0 commit comments