ci: also build the build-manifest component on dist-x86_64-linux

This commit is contained in:
Pietro Albini 2020-10-09 19:53:48 +02:00
parent 60ae018bf1
commit 24d04ccd39
No known key found for this signature in database
GPG Key ID: 3E06ABE80BAAF19C
1 changed files with 3 additions and 1 deletions

View File

@ -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