From 6c49b740e2c7250d2ccffb431231078cfde25446 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Tue, 23 Oct 2018 11:07:18 +0100 Subject: ci builds: drop macOS leak detection 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. --- azure-pipelines.yml | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.1