From 3281ff20f038f6df7b191fed01ff468db791cd78 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 16 Oct 2018 16:12:00 +0200 Subject: [PATCH] ci(mingw): speed up, by disabling the chain lint This is just a test balloon, to see how much it costs us. The main cost seems to be the subshell `(exit 117)`, which is expensive in the MSYS2 Bash due to the way `fork()` is emulated. Signed-off-by: Johannes Schindelin --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 52251a33315776..92abf63991649d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -229,6 +229,7 @@ phases: displayName: 'build & test' env: GITFILESHAREPWD: $(gitfileshare.pwd) + GIT_TEST_CHAIN_LINT: 0 - task: PublishTestResults@2 displayName: 'Publish Test Results **/TEST-*.xml' inputs: