summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2017-01-27 05:44:34 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2017-01-27 10:49:31 +0000
commita27841ed094b7db7a1cada2086c4bfc4d7ddd842 (patch)
tree9a038b6cd20001f4a8ece4a9db0356cfd2c96b85
parente3a3f1567a9e59bb4aa5ed3277fcab5d1ec7ff6f (diff)
downloadbubblewrap-a27841ed094b7db7a1cada2086c4bfc4d7ddd842.tar.gz
ci: Disable ASAN leak checking
If you read the logs, ASAN gets confused by us using PID namespaces. Perhaps we could figure out an API to change this later, but in the meantime, let's disable leak checks. We still get use-after-free detection. Closes: #170 Approved by: alexlarsson
-rwxr-xr-xci/redhat-ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/redhat-ci.sh b/ci/redhat-ci.sh
index 0ba4eb4..2f6fe16 100755
--- a/ci/redhat-ci.sh
+++ b/ci/redhat-ci.sh
@@ -41,7 +41,7 @@ if test -z "${container:-}"; then
rpm -Uvh https://kojipkgs.fedoraproject.org//packages/glibc/2.24/4.fc25/x86_64/{libcrypt-nss,glibc,glibc-common,glibc-all-langpacks}-2.24-4.fc25.x86_64.rpm
useradd bwrap-tester
runcontainer
- runuser -u bwrap-tester ./tests/test-run.sh
+ runuser -u bwrap-tester env ASAN_OPTIONS=detect_leaks=false ./tests/test-run.sh
else
buildinstall_to_host
fi