Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 24d04cc

Browse files
committed
ci: also build the build-manifest component on dist-x86_64-linux
1 parent 60ae018 commit 24d04cc

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

Lines changed: 3 additions & 1 deletion
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)