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 Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ RUN ./cmake.sh
56
56
# Now build LLVM+Clang, afterwards configuring further compilations to use the
57
57
# clang/clang++ compilers.
58
58
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
60
60
ENV CC=clang CXX=clang++
61
61
62
62
# rustc-perf version from 2023-10-22
@@ -89,7 +89,7 @@ ENV RUST_CONFIGURE_ARGS \
89
89
--set rust.lto=thin \
90
90
--set rust.codegen-units=1
91
91
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 && \
93
93
./build/$HOSTS/stage0-tools-bin/opt-dist linux-ci -- python3 ../x.py dist \
94
94
--host $HOSTS --target $HOSTS \
95
95
--include-default-paths \
You can’t perform that action at this time.
0 commit comments