Skip to content

Commit 1681743

Browse files
committed
ci: also build the build-manifest component on dist-x86_64-linux
1 parent e1a033a commit 1681743

File tree

1 file changed

+3
-1
lines changed
  • src/ci/docker/host-x86_64/dist-x86_64-linux

1 file changed

+3
-1
lines changed

src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ ENV RUST_CONFIGURE_ARGS \
9898
--set llvm.thin-lto=true \
9999
--set llvm.ninja=false \
100100
--set rust.jemalloc
101-
ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS
101+
ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS \
102+
--include-default-paths \
103+
src/tools/build-manifest
102104
ENV CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=clang
103105

104106
# This is the only builder which will create source tarballs

0 commit comments

Comments
 (0)