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.
1 parent 9780abb commit ccadda5Copy full SHA for ccadda5
src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
@@ -89,8 +89,8 @@ ENV RUST_CONFIGURE_ARGS \
89
--set rust.lto=thin \
90
--set rust.codegen-units=1
91
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 \
+ENV SCRIPT python3 ../x.py build --set rust.debug=true opt-dist && \
+ LD_PRELOAD=`jemalloc-config --libdir`/libjemalloc.so.`jemalloc-config --revision` ./build/$HOSTS/stage0-tools-bin/opt-dist linux-ci -- python3 ../x.py dist \
94
--host $HOSTS --target $HOSTS \
95
--include-default-paths \
96
build-manifest bootstrap
0 commit comments