Rollup merge of #124829 - briansmith:b/armv7-profiler, r=Mark-Simulacrum
Enable profiler for armv7-unknown-linux-gnueabihf. Allow code coverage measurement for armv7-unknown-linux-gnueabihf targets. Fixes #79640.
This commit is contained in:
commit
0d4ae969eb
@ -25,5 +25,5 @@ ENV CC_armv7_unknown_linux_gnueabihf=armv7-unknown-linux-gnueabihf-gcc \
|
|||||||
|
|
||||||
ENV HOSTS=armv7-unknown-linux-gnueabihf
|
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
|
ENV SCRIPT python3 ../x.py dist --host $HOSTS --target $HOSTS
|
||||||
|
Loading…
Reference in New Issue
Block a user