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:
158
158
strategy :
159
159
fail-fast : false
160
160
matrix :
161
- msystem : [UCRT64, MINGW32, CLANG64, CLANG32 ]
161
+ msystem : [UCRT64, MINGW32, CLANG64]
162
162
idx : [int32, int64]
163
163
build-type : [Release]
164
164
include :
@@ -174,11 +174,6 @@ jobs:
174
174
idx : int32
175
175
target-prefix : mingw-w64-clang-x86_64
176
176
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
182
177
- msystem : UCRT64
183
178
idx : int64
184
179
idx64-flags : -DBINARY=64 -DINTERFACE64=1
@@ -197,8 +192,6 @@ jobs:
197
192
exclude :
198
193
- msystem : MINGW32
199
194
idx : int64
200
- - msystem : CLANG32
201
- idx : int64
202
195
203
196
defaults :
204
197
run :
@@ -274,7 +267,6 @@ jobs:
274
267
-DNUM_THREADS=64 \
275
268
-DTARGET=CORE2 \
276
269
${{ matrix.idx64-flags }} \
277
- ${{ matrix.c-lapack-flags }} \
278
270
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
279
271
-DCMAKE_Fortran_COMPILER_LAUNCHER=ccache \
280
272
..
You can’t perform that action at this time.
0 commit comments