Skip to content

Commit 1b75280

Browse files
committed
Auto merge of #130651 - qwertynerd97:patch-1, r=<try>
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
2 parents c0838c8 + 50b8915 commit 1b75280

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

2626
ENV HOSTS=arm-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)