Update dynamic_arch.yml

This commit is contained in:
Martin Kroeker 2024-07-15 21:00:53 +02:00 committed by GitHub
parent 75cf601e6e
commit d10891b469
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -177,6 +177,7 @@ jobs:
# Compiling with Flang 16 seems to cause test errors on machines # Compiling with Flang 16 seems to cause test errors on machines
# with AVX512 instructions. Revisit after MSYS2 distributes Flang 17. # with AVX512 instructions. Revisit after MSYS2 distributes Flang 17.
# no-avx512-flags: -DNO_AVX512=1 # no-avx512-flags: -DNO_AVX512=1
no-avx512-flags: -DCMAKE_VERBOSE_MAKEFILES=ON
- msystem: CLANG32 - msystem: CLANG32
idx: int32 idx: int32
target-prefix: mingw-w64-clang-i686 target-prefix: mingw-w64-clang-i686
@ -195,6 +196,7 @@ jobs:
# Compiling with Flang 16 seems to cause test errors on machines # Compiling with Flang 16 seems to cause test errors on machines
# with AVX512 instructions. Revisit after MSYS2 distributes Flang 17. # with AVX512 instructions. Revisit after MSYS2 distributes Flang 17.
# no-avx512-flags: -DNO_AVX512=1 # no-avx512-flags: -DNO_AVX512=1
no-avx512-flags: -DCMAKE_VERBOSE_MAKEFILES=ON
- msystem: UCRT64 - msystem: UCRT64
idx: int32 idx: int32
target-prefix: mingw-w64-ucrt-x86_64 target-prefix: mingw-w64-ucrt-x86_64