From c7b3ce010e9c095bc95948abd93536f45f42b54b Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Tue, 28 Jun 2022 20:12:11 +0200 Subject: [PATCH 1/2] 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: From 47a0e53196cee29885b89f65d2fd8f3a4a6eb809 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Tue, 28 Jun 2022 21:40:04 +0200 Subject: [PATCH 2/2] mingw-dynamic arch: drop Haswell too --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8f804ff47..1102bf0f5 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="SANDYBRIDGE HASWELL" + mingw32-make CC=gcc FC=gfortran DYNAMIC_ARCH=1 DYNAMIC_LIST="SANDYBRIDGE" - job: Windows_clang_cmake pool: