-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Description
Description
With merge of gh-9819 conda builds on Windows started failing on "windows-latest" runners, and could be restored to work on windows-2019.
Repository https://github.com/oleksandr-pavlyk/test-ci-windows-latest was created to triage the issue.
It finds that windows-2022 is missing redistributable 14.38.33130 as required by conda-forge.
Similar issue is to be filed for conda-forge/vc-feedstock maintainers to see whether that version can be updated on their side as well.
Platforms affected
- Azure DevOps
- GitHub Actions - Standard Runners
- GitHub Actions - Larger Runners
Runner images affected
- Ubuntu 20.04
- Ubuntu 22.04
- Ubuntu 24.04
- macOS 11
- macOS 12
- macOS 13
- macOS 13 Arm64
- macOS 14
- macOS 14 Arm64
- Windows Server 2019
- Windows Server 2022
Image version and build link
Please see action logs for CI jobs in https://github.com/oleksandr-pavlyk/test-ci-windows-latest
Is it regression?
yes
Expected behavior
"conda build" jobs are expected to succeed using windows-latest runner.
Actual behavior
CMake/Ninja fail at configure stage, due to inability to find compiler.
Repro steps
See https://github.com/oleksandr-pavlyk/test-ci-windows-latest for the reproducer