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.
2 parents 78b89eb + 8652436 commit 5c4c293Copy full SHA for 5c4c293
src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
@@ -40,6 +40,7 @@ RUN yum upgrade -y && \
40
xz \
41
zlib-devel.i686 \
42
zlib-devel.x86_64 \
43
+ jemalloc-devel \
44
&& yum clean all
45
46
RUN mkdir -p /rustroot/bin
src/ci/docker/host-x86_64/dist-x86_64-linux/dist.sh
@@ -4,6 +4,8 @@ set -eux
4
5
python3 ../x.py build --set rust.debug=true opt-dist
6
7
+export LD_PRELOAD=/usr/lib64/libjemalloc.so
8
+
9
./build/$HOSTS/stage1-tools-bin/opt-dist linux-ci -- python3 ../x.py dist \
10
--host $HOSTS --target $HOSTS \
11
--include-default-paths \
0 commit comments