add enable-full-tools to freebsd builds to prevent occasional link errors when compiling rust programs

This commit is contained in:
Sreehari S 2020-11-27 14:21:23 -08:00
parent 774bce7f5e
commit 7e00222aab

View file

@ -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