Skip to content

Commit d1882c2

Browse files
Avoid building jemalloc on CI
1 parent 04ad8f0 commit d1882c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,15 @@ jobs:
6767
echo -1 | sudo tee /proc/sys/kernel/perf_event_paranoid
6868
6969
- name: Install servo dependencies
70-
run: sudo apt-get install -y llvm-dev clang libx11-dev python2.7 autoconf2.13
70+
run: sudo apt-get install -y llvm-dev clang libx11-dev python2.7 autoconf2.13 libjemalloc-dev
7171

7272
- name: Build collector
7373
run: cargo build -p collector
7474

7575
- name: Check benchmarks
7676
run: sh -x -c "ci/check-benchmarks.sh"
7777
env:
78+
JEMALLOC_OVERRIDE: /usr/lib/x86_64-linux-gnu/libjemalloc.so
7879
BENCH_INCLUDE_EXCLUDE_OPTS: ${{ matrix.BENCH_INCLUDE_EXCLUDE_OPTS }}
7980
BUILD_KINDS: ${{ matrix.BUILD_KINDS }}
8081
SHELL: "/bin/bash"

0 commit comments

Comments
 (0)