File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ jobs:
158158 strategy :
159159 fail-fast : false
160160 matrix :
161- msystem : [UCRT64, MINGW32, CLANG64, CLANG32 ]
161+ msystem : [UCRT64, MINGW32, CLANG64]
162162 idx : [int32, int64]
163163 build-type : [Release]
164164 include :
@@ -174,11 +174,6 @@ jobs:
174174 idx : int32
175175 target-prefix : mingw-w64-clang-x86_64
176176 fc-pkg : fc
177- - msystem : CLANG32
178- idx : int32
179- target-prefix : mingw-w64-clang-i686
180- fc-pkg : cc
181- c-lapack-flags : -DC_LAPACK=ON
182177 - msystem : UCRT64
183178 idx : int64
184179 idx64-flags : -DBINARY=64 -DINTERFACE64=1
@@ -197,8 +192,6 @@ jobs:
197192 exclude :
198193 - msystem : MINGW32
199194 idx : int64
200- - msystem : CLANG32
201- idx : int64
202195
203196 defaults :
204197 run :
@@ -274,7 +267,6 @@ jobs:
274267 -DNUM_THREADS=64 \
275268 -DTARGET=CORE2 \
276269 ${{ matrix.idx64-flags }} \
277- ${{ matrix.c-lapack-flags }} \
278270 -DCMAKE_C_COMPILER_LAUNCHER=ccache \
279271 -DCMAKE_Fortran_COMPILER_LAUNCHER=ccache \
280272 ..
You can’t perform that action at this time.
0 commit comments