Temporarily disable the Windows Rust tests in the CI

A recent MSVC update requires clang 16 when building with clang against the MSVC headers.
The Skia build compiles with clang and is thus affected.

This will be reverted once llvm16 becomes available on the GH runners.
This commit is contained in:
Simon Hausmann 2023-08-28 14:13:54 +02:00 committed by Simon Hausmann
parent ded66231d1
commit 72ddbb2d4d

View file

@ -21,11 +21,11 @@ jobs:
RUST_BACKTRACE: 1
strategy:
matrix:
os: [ubuntu-22.04, macos-11, windows-2022]
os: [ubuntu-22.04, macos-11] # windows-2022 disabled due to https://github.com/actions/runner-images/issues/8125
rust_version: [stable, "1.66"]
include:
- os: windows-2022
extra_args: "--exclude ffmpeg"
# - os: windows-2022
# extra_args: "--exclude ffmpeg"
- os: macos-11
extra_args: "--exclude ffmpeg"
exclude: