Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Test full ASAN build
Browse files Browse the repository at this point in the history
  • Loading branch information
KellenSunderland committed Sep 25, 2018
1 parent 20fdfd4 commit 5dd0819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ build_ubuntu_cpu_cmake_asan() {
# Disable leak detection but enable ASAN to link with ASAN but not fail with build tooling.
ASAN_OPTIONS=detect_leaks=0 \
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libasan.so.5 \
make -j $(nproc) mlp_cpu
make -j $(nproc)
popd
}

Expand Down

0 comments on commit 5dd0819

Please sign in to comment.