summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2018-10-23 11:07:18 +0100
committerEdward Thomson <ethomson@edwardthomson.com>2018-10-23 11:07:18 +0100
commit6c49b740e2c7250d2ccffb431231078cfde25446 (patch)
tree5e05010036ea7f733491b2802fff9542741fcd22
parent671b2446b7805089cbc9dad9db216d13938b1393 (diff)
downloadlibgit2-ethomson/mac_no_leaks.tar.gz
ci builds: drop macOS leak detectionethomson/mac_no_leaks
Memory leak detection using the leaks application on macOS is brittle - IIRC, it tries to background itself, but keeps a file descriptor open. I previously got this to the point where it would exit cleanly (instead of refusing to exit, and causing a build timeout after 60 minutes). But apparently these mechanations obscure clar's error code. Disable leak detection on macOS until we can resolve this problem.
-rw-r--r--azure-pipelines.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 85eb1bce0..065d0c3aa 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -70,7 +70,6 @@ jobs:
environmentVariables:
TMPDIR: $(Agent.TempDirectory)
PKG_CONFIG_PATH: /usr/local/opt/openssl/lib/pkgconfig
- LEAK_CHECK: leaks
CMAKE_OPTIONS: -G Ninja
- job: windows_vs_amd64