Skip to content

Commit f6093dc

Browse files
committed
Move the ENV even more
1 parent 30e01c2 commit f6093dc

File tree

1 file changed

+2
-2
lines changed
  • src/ci/docker/host-x86_64/dist-x86_64-linux

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ RUN ./cmake.sh
5656
# Now build LLVM+Clang, afterwards configuring further compilations to use the
5757
# clang/clang++ compilers.
5858
COPY host-x86_64/dist-x86_64-linux/build-clang.sh /tmp/
59-
RUN LD_PRELOAD=`jemalloc-config --libdir`/libjemalloc.so.`jemalloc-config --revision` ./build-clang.sh
59+
RUN ./build-clang.sh
6060
ENV CC=clang CXX=clang++
6161

6262
# rustc-perf version from 2023-10-22
@@ -89,7 +89,7 @@ ENV RUST_CONFIGURE_ARGS \
8989
--set rust.lto=thin \
9090
--set rust.codegen-units=1
9191

92-
ENV SCRIPT python3 ../x.py build --set rust.debug=true opt-dist && \
92+
ENV SCRIPT LD_PRELOAD=`jemalloc-config --libdir`/libjemalloc.so.`jemalloc-config --revision` python3 ../x.py build --set rust.debug=true opt-dist && \
9393
./build/$HOSTS/stage0-tools-bin/opt-dist linux-ci -- python3 ../x.py dist \
9494
--host $HOSTS --target $HOSTS \
9595
--include-default-paths \

0 commit comments

Comments
 (0)