Skip to content

Commit 7e00222

Browse files
committed
add enable-full-tools to freebsd builds to prevent occasional link errors when compiling rust programs
1 parent 774bce7 commit 7e00222

File tree

1 file changed

+6
-1
lines changed
  • src/ci/docker/host-x86_64/dist-x86_64-freebsd

1 file changed

+6
-1
lines changed

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

+6-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,10 @@ ENV \
3030

3131
ENV HOSTS=x86_64-unknown-freebsd
3232

33-
ENV RUST_CONFIGURE_ARGS --enable-extended --enable-profiler --enable-sanitizers --disable-docs
33+
ENV RUST_CONFIGURE_ARGS \
34+
--enable-full-tools \
35+
--enable-extended \
36+
--enable-profiler \
37+
--enable-sanitizers \
38+
--disable-docs
3439
ENV SCRIPT python3 ../x.py dist --host $HOSTS --target $HOSTS

0 commit comments

Comments
 (0)