Skip to content

Commit c7b3ce0

Browse files
authored
drop NEHALEM from the DYNLIST for Windows/mingw to save time
1 parent be5500e commit c7b3ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
vmImage: 'windows-latest'
8282
steps:
8383
- script: |
84-
mingw32-make CC=gcc FC=gfortran DYNAMIC_ARCH=1 DYNAMIC_LIST="NEHALEM SANDYBRIDGE HASWELL"
84+
mingw32-make CC=gcc FC=gfortran DYNAMIC_ARCH=1 DYNAMIC_LIST="SANDYBRIDGE HASWELL"
8585
8686
- job: Windows_clang_cmake
8787
pool:

0 commit comments

Comments
 (0)