Skip to content

Commit cdf3cd1

Browse files
Attempts to fix CI
1 parent 36c9dc9 commit cdf3cd1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
bundler-cache: true
4242
cargo-cache: true
4343

44-
# Work around LLVM 20 clang header issues on Windows
44+
# Work around LLVM 20 clang header issues on Windows by disabling AVX-512 FP16
4545
- name: Set Windows bindgen flags
4646
if: runner.os == 'Windows'
4747
run: |
48-
$extra = "-D__AMXAVX512INTRIN_H -D__AVX10_2CONVERTINTRIN_H -D__AVX10_2_512CONVERTINTRIN_H -D__AVX10_2_512NIINTRIN_H -D__AVX512FP16INTRIN_H -D__AVX512VLFP16INTRIN_H"
48+
$extra = "-mno-avx512fp16"
4949
if ($env:BINDGEN_EXTRA_CLANG_ARGS) {
5050
echo "BINDGEN_EXTRA_CLANG_ARGS=$env:BINDGEN_EXTRA_CLANG_ARGS $extra" >> $env:GITHUB_ENV
5151
} else {

0 commit comments

Comments
 (0)