about summary refs log tree commit diff
diff options
context:
space:
mode:
authorQiu Chaofan <qcf@ecnelises.com>2023-12-29 16:50:24 +0800
committerQiu Chaofan <qcf@ecnelises.com>2023-12-29 16:50:24 +0800
commitf7ed423f50bf78e15d4a82a4899c4f084a61b2df (patch)
tree0b8d621368c1af258d6e01c419a0082720721f60
parent95613d1b23e2fc01a17f25a3221cdf01730305f9 (diff)
downloadrust-f7ed423f50bf78e15d4a82a4899c4f084a61b2df.tar.gz
rust-f7ed423f50bf78e15d4a82a4899c4f084a61b2df.zip
Enable profiler in dist-powerpc-linux
-rw-r--r--src/ci/docker/host-x86_64/dist-powerpc-linux/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/dist-powerpc-linux/Dockerfile b/src/ci/docker/host-x86_64/dist-powerpc-linux/Dockerfile
index b546f571f66..7081d9527f0 100644
--- a/src/ci/docker/host-x86_64/dist-powerpc-linux/Dockerfile
+++ b/src/ci/docker/host-x86_64/dist-powerpc-linux/Dockerfile
@@ -26,5 +26,5 @@ ENV \
 
 ENV HOSTS=powerpc-unknown-linux-gnu
 
-ENV RUST_CONFIGURE_ARGS --enable-extended --disable-docs
+ENV RUST_CONFIGURE_ARGS --enable-extended --enable-profiler --disable-docs
 ENV SCRIPT python3 ../x.py dist --host $HOSTS --target $HOSTS