You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/04/09 04:14:45 UTC

[GitHub] [incubator-doris] acelyc111 commented on a change in pull request #5616: [build] Update Dockerfile add libasan

acelyc111 commented on a change in pull request #5616:
URL: https://github.com/apache/incubator-doris/pull/5616#discussion_r610332495



##########
File path: docker/Dockerfile
##########
@@ -34,7 +34,7 @@ RUN yum makecache && yum -y update && yum -y groupinstall 'Development Tools' &&
 # install gcc10
 RUN wget http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol7 -O /etc/pki/rpm-gpg/RPM-GPG-KEY-oracle && \
     rpm --import  /etc/pki/rpm-gpg/RPM-GPG-KEY-* && \
-    yum install -y devtoolset-10-gcc* 
+    yum install -y devtoolset-10-gcc* devtoolset-10-libubsan-devel devtoolset-10-liblsan-devel devtoolset-10-libasan-devel

Review comment:
       Is devtoolset-10-libtsan-devel needed?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org