drop NEHALEM from the DYNLIST for Windows/mingw to save time
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Tue, 28 Jun 2022 18:12:11 +0000 (20:12 +0200)
committerGitHub <noreply@github.com>
Tue, 28 Jun 2022 18:12:11 +0000 (20:12 +0200)
azure-pipelines.yml

index 622a2fe..8f804ff 100644 (file)
@@ -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: