You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a GitHub Action that runs this command: conan.exe install jasper/2.0.33 --build missing --settings arch=x86_64 --settings build_type=Release --settings compiler=Visual Studio --settings compiler.version=16 --settings compiler.runtime=MD
Logs
ERROR: There are invalid packages (packages that cannot exist for this configuration):
jasper/2.0.33: Invalid ID: jasper Current can not build in CCI due to windows SDK version. See https://github.com/conan-io/conan-center-index/pull/13285 for the solution hopefully
AnotherFoxGuy
changed the title
[package] jasper/2.0.33: Build fails on GitHub Actions
[package] jasper/2.0.33: Build fails on GitHub Actions due to misconfigured validate check
Dec 11, 2022
Description
jasper used to build without issues on GitHub Actions until this line got added:
https://github.com/conan-io/conan-center-index/blob/master/recipes/jasper/all/conanfile.py#L64-L65
This killed all our windows builds on GitHub Actions, so would it be possible to check if it is actually running on CCI?
Package and Environment Details
See for further details: https://github.com/actions/runner-images/blob/win19/20221204.2/images/win/Windows2019-Readme.md
Conan profile
Steps to reproduce
Create a GitHub Action that runs this command:
conan.exe install jasper/2.0.33 --build missing --settings arch=x86_64 --settings build_type=Release --settings compiler=Visual Studio --settings compiler.version=16 --settings compiler.runtime=MD
Logs
You can find the full log here: https://github.com/RigsOfRods/rigs-of-rods/actions/runs/3667066835/jobs/6199281985
The text was updated successfully, but these errors were encountered: