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 + 34f589d commit 5cd671dCopy full SHA for 5cd671d
src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
@@ -42,6 +42,8 @@ RUN yum upgrade -y && \
42
zlib-devel.x86_64 \
43
&& yum clean all
44
45
+RUN yum install -y epel-release && yum install -y jemalloc
46
+
47
RUN mkdir -p /rustroot/bin
48
49
ENV PATH=/rustroot/bin:$PATH
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.1
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