mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
add enable-full-tools to freebsd builds to prevent occasional link errors when compiling rust programs
This commit is contained in:
parent
774bce7f5e
commit
7e00222aab
@ -30,5 +30,10 @@ ENV \
|
|||||||
|
|
||||||
ENV HOSTS=x86_64-unknown-freebsd
|
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
|
ENV SCRIPT python3 ../x.py dist --host $HOSTS --target $HOSTS
|
||||||
|
Loading…
Reference in New Issue
Block a user