lebeg commented on a change in pull request #12370: [MXNET-953] - Add ASAN 
sanitizer, Enable in CI
URL: https://github.com/apache/incubator-mxnet/pull/12370#discussion_r217986017
 
 

 ##########
 File path: ci/docker/runtime_functions.sh
 ##########
 @@ -336,6 +336,35 @@ build_ubuntu_cpu_cmake_debug() {
     popd
 }
 
+build_ubuntu_cpu_cmake_asan() {
+    set -ex
+
+    pushd .
+    cd /work/build
+    export CC="gcc-8"
 
 Review comment:
   Maybe add cmake arguments `-DCMAKE_CXX_COMPILER=/usr/bin/g++-8` 
`-DCMAKE_CC_COMPILER=/usr/bin/gcc-8` instead? It would be more cmake'ish.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to