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

Conan compiles hyperonc dependencies twice on Windows platform #875

Open
vsbogd opened this issue Mar 6, 2025 · 0 comments
Open

Conan compiles hyperonc dependencies twice on Windows platform #875

vsbogd opened this issue Mar 6, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@vsbogd
Copy link
Collaborator

vsbogd commented Mar 6, 2025

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

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
...
@vsbogd vsbogd added the bug Something isn't working label Mar 6, 2025
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

No branches or pull requests

2 participants