about summary refs log tree commit diff
path: root/src/ci/docker
diff options
context:
space:
mode:
authorGreg V <greg@unrelenting.technology>2020-07-20 19:07:23 +0300
committerGreg V <greg@unrelenting.technology>2020-08-09 17:51:41 +0300
commit2f39477ecffb0dd3a08bf76bfb44aafcdb4aae6a (patch)
treead6d34ae8b5884c2688101b754a8f4a2dbd3626a /src/ci/docker
parent8bc801b05019cd3e0ef19e6c4c028d55baa645d2 (diff)
downloadrust-2f39477ecffb0dd3a08bf76bfb44aafcdb4aae6a.tar.gz
rust-2f39477ecffb0dd3a08bf76bfb44aafcdb4aae6a.zip
Add sanitizer support on FreeBSD
Diffstat (limited to 'src/ci/docker')
-rw-r--r--src/ci/docker/host-x86_64/dist-x86_64-freebsd/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/dist-x86_64-freebsd/Dockerfile b/src/ci/docker/host-x86_64/dist-x86_64-freebsd/Dockerfile
index 2372c0dad0a..f4c8b9fda61 100644
--- a/src/ci/docker/host-x86_64/dist-x86_64-freebsd/Dockerfile
+++ b/src/ci/docker/host-x86_64/dist-x86_64-freebsd/Dockerfile
@@ -29,5 +29,5 @@ ENV \
 
 ENV HOSTS=x86_64-unknown-freebsd
 
-ENV RUST_CONFIGURE_ARGS --enable-extended --enable-profiler --disable-docs
+ENV RUST_CONFIGURE_ARGS --enable-extended --enable-profiler --enable-sanitizers --disable-docs
 ENV SCRIPT python3 ../x.py dist --host $HOSTS --target $HOSTS