We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92366d8 + 2c371b2 commit db3f86cCopy full SHA for db3f86c
src/ci/docker/dist-aarch64-linux/Dockerfile
@@ -32,5 +32,8 @@ ENV CC_aarch64_unknown_linux_gnu=aarch64-unknown-linux-gnueabi-gcc \
32
33
ENV HOSTS=aarch64-unknown-linux-gnu
34
35
-ENV RUST_CONFIGURE_ARGS --enable-extended --disable-docs
+ENV RUST_CONFIGURE_ARGS \
36
+ --enable-extended \
37
+ --enable-profiler \
38
+ --disable-docs
39
ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS
0 commit comments