Skip to content

Commit 5c4c293

Browse files
Auto merge of #112049 - Kobzol:pgo-omit-benchmarks, r=<try>
[do not merge] CI experiments
2 parents 78b89eb + 8652436 commit 5c4c293

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ RUN yum upgrade -y && \
4040
xz \
4141
zlib-devel.i686 \
4242
zlib-devel.x86_64 \
43+
jemalloc-devel \
4344
&& yum clean all
4445

4546
RUN mkdir -p /rustroot/bin

src/ci/docker/host-x86_64/dist-x86_64-linux/dist.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ set -eux
44

55
python3 ../x.py build --set rust.debug=true opt-dist
66

7+
export LD_PRELOAD=/usr/lib64/libjemalloc.so
8+
79
./build/$HOSTS/stage1-tools-bin/opt-dist linux-ci -- python3 ../x.py dist \
810
--host $HOSTS --target $HOSTS \
911
--include-default-paths \

0 commit comments

Comments
 (0)