Skip to content

Commit 340eaed

Browse files
authored
Unrolled build for rust-lang#124829
Rollup merge of rust-lang#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 rust-lang#79640.
2 parents 78a7751 + de9b3b7 commit 340eaed

File tree

1 file changed

+1
-1
lines changed
  • src/ci/docker/host-x86_64/dist-armv7-linux

1 file changed

+1
-1
lines changed

src/ci/docker/host-x86_64/dist-armv7-linux/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ ENV CC_armv7_unknown_linux_gnueabihf=armv7-unknown-linux-gnueabihf-gcc \
2525

2626
ENV HOSTS=armv7-unknown-linux-gnueabihf
2727

28-
ENV RUST_CONFIGURE_ARGS --enable-full-tools --disable-docs
28+
ENV RUST_CONFIGURE_ARGS --enable-full-tools --enable-profiler --disable-docs
2929
ENV SCRIPT python3 ../x.py dist --host $HOSTS --target $HOSTS

0 commit comments

Comments
 (0)