We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a033a commit 1681743Copy full SHA for 1681743
src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
@@ -98,7 +98,9 @@ ENV RUST_CONFIGURE_ARGS \
98
--set llvm.thin-lto=true \
99
--set llvm.ninja=false \
100
--set rust.jemalloc
101
-ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS
+ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS \
102
+ --include-default-paths \
103
+ src/tools/build-manifest
104
ENV CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=clang
105
106
# This is the only builder which will create source tarballs
0 commit comments