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 04ad8f0 commit d1882c2Copy full SHA for d1882c2
.github/workflows/ci.yml
@@ -67,14 +67,15 @@ jobs:
67
echo -1 | sudo tee /proc/sys/kernel/perf_event_paranoid
68
69
- name: Install servo dependencies
70
- run: sudo apt-get install -y llvm-dev clang libx11-dev python2.7 autoconf2.13
+ run: sudo apt-get install -y llvm-dev clang libx11-dev python2.7 autoconf2.13 libjemalloc-dev
71
72
- name: Build collector
73
run: cargo build -p collector
74
75
- name: Check benchmarks
76
run: sh -x -c "ci/check-benchmarks.sh"
77
env:
78
+ JEMALLOC_OVERRIDE: /usr/lib/x86_64-linux-gnu/libjemalloc.so
79
BENCH_INCLUDE_EXCLUDE_OPTS: ${{ matrix.BENCH_INCLUDE_EXCLUDE_OPTS }}
80
BUILD_KINDS: ${{ matrix.BUILD_KINDS }}
81
SHELL: "/bin/bash"
0 commit comments