We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 774bce7 commit 7e00222Copy full SHA for 7e00222
src/ci/docker/host-x86_64/dist-x86_64-freebsd/Dockerfile
@@ -30,5 +30,10 @@ ENV \
30
31
ENV HOSTS=x86_64-unknown-freebsd
32
33
-ENV RUST_CONFIGURE_ARGS --enable-extended --enable-profiler --enable-sanitizers --disable-docs
+ENV RUST_CONFIGURE_ARGS \
34
+ --enable-full-tools \
35
+ --enable-extended \
36
+ --enable-profiler \
37
+ --enable-sanitizers \
38
+ --disable-docs
39
ENV SCRIPT python3 ../x.py dist --host $HOSTS --target $HOSTS
0 commit comments