Skip to content

Commit 62f9aa9

Browse files
committed
Auto merge of #74844 - asomers:freebsd-profiler, r=pietroalbini
Enable the profiler on FreeBSD FreeBSD has been doing this in our own package builds for two months now. https://svnweb.freebsd.org/ports?view=revision&revision=535771
2 parents e614f66 + 013e1a6 commit 62f9aa9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ci/docker/host-x86_64/dist-i686-freebsd/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ ENV \
2929

3030
ENV HOSTS=i686-unknown-freebsd
3131

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

src/ci/docker/host-x86_64/dist-x86_64-freebsd/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ ENV \
2929

3030
ENV HOSTS=x86_64-unknown-freebsd
3131

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

0 commit comments

Comments
 (0)