diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2020-10-09 19:53:48 +0200 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2020-10-12 19:53:26 +0200 |
| commit | 24d04ccd3977d4eca676439067f096de484f6fa7 (patch) | |
| tree | b8641d46307f947b1300cba58b62230fa570613f | |
| parent | 60ae018bf1e0d6d372ac545b56c8992a1365e917 (diff) | |
| download | rust-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/Dockerfile | 4 |
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 |
