Skip to content

Commit 7678cfd

Browse files
authoredNov 14, 2022
Rollup merge of #104304 - uweigand:s390x-profiler, r=Mark-Simulacrum
Enable profiler in dist-s390x-linux Build the profiler runtime to allow using -C profile-generate and -C instrument-coverage on s390x-linux. I've verified in a local build that the runtime builds and the profiler is working fine on the platform.
2 parents c7004f9 + 34c6b6c commit 7678cfd

File tree

1 file changed

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

1 file changed

+1
-1
lines changed
 

‎src/ci/docker/host-x86_64/dist-s390x-linux/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ ENV \
2828

2929
ENV HOSTS=s390x-unknown-linux-gnu
3030

31-
ENV RUST_CONFIGURE_ARGS --enable-extended --enable-lld --disable-docs
31+
ENV RUST_CONFIGURE_ARGS --enable-extended --enable-lld --enable-profiler --disable-docs
3232
ENV SCRIPT python3 ../x.py dist --host $HOSTS --target $HOSTS

0 commit comments

Comments
 (0)
Please sign in to comment.