From c7b3ce010e9c095bc95948abd93536f45f42b54b Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Tue, 28 Jun 2022 20:12:11 +0200 Subject: [PATCH] drop NEHALEM from the DYNLIST for Windows/mingw to save time --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 622a2fe32..8f804ff47 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -81,7 +81,7 @@ jobs: vmImage: 'windows-latest' steps: - script: | - mingw32-make CC=gcc FC=gfortran DYNAMIC_ARCH=1 DYNAMIC_LIST="NEHALEM SANDYBRIDGE HASWELL" + mingw32-make CC=gcc FC=gfortran DYNAMIC_ARCH=1 DYNAMIC_LIST="SANDYBRIDGE HASWELL" - job: Windows_clang_cmake pool: