Skip to content

Commit

Permalink
add enable-full-tools to freebsd builds to prevent occasional link er…
Browse files Browse the repository at this point in the history
…rors when compiling rust programs
  • Loading branch information
sreehax committed Nov 27, 2020
1 parent 774bce7 commit 7e00222
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/ci/docker/host-x86_64/dist-x86_64-freebsd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,10 @@ ENV \

ENV HOSTS=x86_64-unknown-freebsd

ENV RUST_CONFIGURE_ARGS --enable-extended --enable-profiler --enable-sanitizers --disable-docs
ENV RUST_CONFIGURE_ARGS \
--enable-full-tools \
--enable-extended \
--enable-profiler \
--enable-sanitizers \
--disable-docs
ENV SCRIPT python3 ../x.py dist --host $HOSTS --target $HOSTS

0 comments on commit 7e00222

Please sign in to comment.