]> git.lizzy.rs Git - rust.git/commitdiff
Enable the profiler on FreeBSD
authorAlan Somers <asomers@gmail.com>
Mon, 27 Jul 2020 21:17:15 +0000 (15:17 -0600)
committerAlan Somers <asomers@gmail.com>
Mon, 27 Jul 2020 21:17:15 +0000 (15:17 -0600)
FreeBSD has been doing this in our own package builds for two months
now.

https://svnweb.freebsd.org/ports?view=revision&revision=535771

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

index 7978bb70869652f8e5c39ad66f2bff6a27a9ee5f..14af9b9efe815ff884f11c5c2dcd6f624c622213 100644 (file)
@@ -29,5 +29,5 @@ ENV \
 
 ENV HOSTS=i686-unknown-freebsd
 
-ENV RUST_CONFIGURE_ARGS --enable-extended --disable-docs
+ENV RUST_CONFIGURE_ARGS --enable-extended --enable-profiler --disable-docs
 ENV SCRIPT python3 ../x.py dist --host $HOSTS --target $HOSTS
index 12170a366148755d884b97eb93cfaeb29e82cc2b..2372c0dad0abf626ac1e6d1f71882ee18e90d111 100644 (file)
@@ -29,5 +29,5 @@ ENV \
 
 ENV HOSTS=x86_64-unknown-freebsd
 
-ENV RUST_CONFIGURE_ARGS --enable-extended --disable-docs
+ENV RUST_CONFIGURE_ARGS --enable-extended --enable-profiler --disable-docs
 ENV SCRIPT python3 ../x.py dist --host $HOSTS --target $HOSTS