Skip to content

Commit 35f2e6a

Browse files
authored
Merge pull request #4992 from mmuetzel/ci-msys2
CI (MinGW): Remove CLANG32 environment from build matrix.
2 parents 8e8003a + f5e6b5b commit 35f2e6a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/dynamic_arch.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff 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
..

0 commit comments

Comments
 (0)