Rollup merge of #130651 - qwertynerd97:patch-1, r=Kobzol
Add --enable-profiler to armhf dist Adds the --enable-profiler flag to the RUST_CONFIGURE_ARGS for armhf distribution for Linux. This enables running coverage for tests in builds for this target try-job: dist-armhf-linux
This commit is contained in:
commit
3640d114fe
1 changed files with 1 additions and 1 deletions
|
@ -25,5 +25,5 @@ ENV CC_arm_unknown_linux_gnueabihf=arm-unknown-linux-gnueabihf-gcc \
|
||||||
|
|
||||||
ENV HOSTS=arm-unknown-linux-gnueabihf
|
ENV HOSTS=arm-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…
Add table
Add a link
Reference in a new issue