mingw-dynamic arch: drop Haswell too
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Tue, 28 Jun 2022 19:40:04 +0000 (21:40 +0200)
committerGitHub <noreply@github.com>
Tue, 28 Jun 2022 19:40:04 +0000 (21:40 +0200)
azure-pipelines.yml

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