Skip to content

Commit ccadda5

Browse files
committed
Move LD_PRELOAD to the correct place, this time
1 parent 9780abb commit ccadda5

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
@@ -89,8 +89,8 @@ ENV RUST_CONFIGURE_ARGS \
8989
--set rust.lto=thin \
9090
--set rust.codegen-units=1
9191

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

0 commit comments

Comments
 (0)