Rollup merge of #119404 - ecnelises:ppc_profiler, r=Kobzol

Enable profiler in dist-powerpc-linux
This commit is contained in:
Matthias Krüger 2023-12-29 11:19:29 +01:00 committed by GitHub
commit 761e0589c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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