From a0b527eb33a5aa50d85e1dc2e5e6d7c32d771109 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 28 Feb 2019 10:57:24 +0100 Subject: Disable test parallelization on AppVeyor with opcache This is too unstable due to shared opcache state. Disabling it until this issue is resolved to reduce the number of spurious failures. --- .appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index 9ef6c2c107..67a53e9b59 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -30,8 +30,10 @@ environment: matrix: - THREAD_SAFE: 0 OPCACHE: 0 + PARALLEL: -j2 - THREAD_SAFE: 1 OPCACHE: 1 + PARALLEL: INTRINSICS: AVX services: -- cgit v1.2.1