We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When CI build is processed on Windows container Conan compiles hyperonc dependencies twice.
To Reproduce Run CI manual using windows-latest as an OS
windows-latest
Expected behavior Conan builds dependencies only once
Actual behavior Conan build dependencies twice:
... 2025-03-06T16:33:23.8694197Z -------- Installing package libcheck/0.15.2 (1 of 1) -------- 2025-03-06T16:33:23.8694632Z libcheck/0.15.2: Building from source ... 2025-03-06T16:34:29.2245483Z -------- Installing package libcheck/0.15.2 (1 of 1) -------- 2025-03-06T16:34:29.2246011Z libcheck/0.15.2: Building from source ...
The text was updated successfully, but these errors were encountered:
DaddyWesker
No branches or pull requests
Describe the bug
When CI build is processed on Windows container Conan compiles hyperonc dependencies twice.
To Reproduce
Run CI manual using
windows-latest
as an OSExpected behavior
Conan builds dependencies only once
Actual behavior
Conan build dependencies twice:
The text was updated successfully, but these errors were encountered: