about summary refs log tree commit diff
path: root/src/ci/docker
diff options
context:
space:
mode:
authorBrian Smith <brian@briansmith.org>2024-05-06 15:25:37 -0700
committerBrian Smith <brian@briansmith.org>2024-05-06 15:25:37 -0700
commitde9b3b788f60f94ded75f4a1d199192d58e44c8c (patch)
tree1e2dfbb74de3917d03839069d0d372e709ede3cf /src/ci/docker
parentce652dbb9a1e62e7ba91e5b5ce6063a7e0b3c448 (diff)
downloadrust-de9b3b788f60f94ded75f4a1d199192d58e44c8c.tar.gz
rust-de9b3b788f60f94ded75f4a1d199192d58e44c8c.zip
Enable profiler for armv7-unknown-linux-gnueabihf.
Diffstat (limited to 'src/ci/docker')
-rw-r--r--src/ci/docker/host-x86_64/dist-armv7-linux/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/dist-armv7-linux/Dockerfile b/src/ci/docker/host-x86_64/dist-armv7-linux/Dockerfile
index dab0667ed55..e718437aaaa 100644
--- a/src/ci/docker/host-x86_64/dist-armv7-linux/Dockerfile
+++ b/src/ci/docker/host-x86_64/dist-armv7-linux/Dockerfile
@@ -25,5 +25,5 @@ ENV CC_armv7_unknown_linux_gnueabihf=armv7-unknown-linux-gnueabihf-gcc \
 
 ENV HOSTS=armv7-unknown-linux-gnueabihf
 
-ENV RUST_CONFIGURE_ARGS --enable-full-tools --disable-docs
+ENV RUST_CONFIGURE_ARGS --enable-full-tools --enable-profiler --disable-docs
 ENV SCRIPT python3 ../x.py dist --host $HOSTS --target $HOSTS