You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Description
AddressSanitizer based on the
libasan.so
fails on Ubuntu 18.04 (but continues to pass on our Ubuntu 16.04 CI).Keep AddressSanitizer tests on Ubuntu 16.04 for now, but should be fixed
http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Fmiscellaneous/detail/PR-18138/10/pipeline
To reproduce (once #18138 is merged), run from the mxnet repo root director:
git clean -ffxd; python ci/build.py --platform ubuntu_cpu /work/runtime_functions.sh build_ubuntu_cpu_cmake_asan; python ci/build.py --platform ubuntu_cpu /work/runtime_functions.sh integrationtest_ubuntu_cpu_asan
The text was updated successfully, but these errors were encountered: