about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2020-10-09 19:53:48 +0200
committerPietro Albini <pietro@pietroalbini.org>2020-10-12 19:53:26 +0200
commit24d04ccd3977d4eca676439067f096de484f6fa7 (patch)
treeb8641d46307f947b1300cba58b62230fa570613f
parent60ae018bf1e0d6d372ac545b56c8992a1365e917 (diff)
downloadrust-24d04ccd3977d4eca676439067f096de484f6fa7.tar.gz
rust-24d04ccd3977d4eca676439067f096de484f6fa7.zip
ci: also build the build-manifest component on dist-x86_64-linux
-rw-r--r--src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile b/src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
index 58e2567a58f..14700aeea05 100644
--- a/src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
+++ b/src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
@@ -98,7 +98,9 @@ ENV RUST_CONFIGURE_ARGS \
       --set llvm.thin-lto=true \
       --set llvm.ninja=false \
       --set rust.jemalloc
-ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS
+ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS \
+        --include-default-paths \
+        src/tools/build-manifest
 ENV CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=clang
 
 # This is the only builder which will create source tarballs