mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
ci: also build the build-manifest component on dist-x86_64-linux
This commit is contained in:
parent
60ae018bf1
commit
24d04ccd39
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user