Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[package] jasper/2.0.33: Build fails on GitHub Actions due to misconfigured validate check #14682

Closed
AnotherFoxGuy opened this issue Dec 11, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@AnotherFoxGuy
Copy link
Contributor

AnotherFoxGuy commented 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

  • Package Name/Version: jasper/2.0.33

See for further details: https://github.com/actions/runner-images/blob/win19/20221204.2/images/win/Windows2019-Readme.md

Conan profile

[settings]
arch=x86_64
arch_build=x86_64
build_type=Release
compiler=Visual Studio
compiler.runtime=MD
compiler.version=16
os=Windows
os_build=Windows
[options]
[conf]
[build_requires]
[env]

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

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

You can find the full log here: https://github.com/RigsOfRods/rigs-of-rods/actions/runs/3667066835/jobs/6199281985

@AnotherFoxGuy AnotherFoxGuy added the bug Something isn't working label Dec 11, 2022
@AnotherFoxGuy 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
@markaren
Copy link

Had the same issue on multiple Windows computers in conjunction with OpenCV.

@HappySeaFox
Copy link
Contributor

Please vote for #13159 . This is the reason why jasper has this raise line.

@saphiresouldier
Copy link

Having the same issue on a windows computer!

@jcar87
Copy link
Contributor

jcar87 commented Dec 21, 2022

Hi! While we work on deploying a proper fix for #13159 - I believe this is already resolved in #13285 which was merged earlier today.

I'll be closing this issue as resolved since that check is now removed, but please reopen this issue if anything is missing!

Thanks @AnotherFoxGuy, @markaren , @HappySeaFox, @saphiresouldier

@jcar87 jcar87 closed this as completed Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants