-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[service] ninja windows binary outdated #2049
Comments
I've been investigating the PR logs... this is what I've seen: but Windows is not built, it says:
Indeed, the profile chosen for Windows is:
and the ERROR in the outputs: https://c3i.jfrog.io/c3i/misc/logs/pr/1985/1/ninja/1.10.0/ca33edce272a279b24f87dc0d4cf5bbdcffbc187/
I'll copy/paste my comment here #1783 (comment):
There is no workaround until be iterate the profiles in the given order. Right now, moving the Only solution right now is to generate all the binaries (all the valid configurations) and, once we iterate the profiles in order, we can recover those checks in the Thanks for your understanding |
ping @madebr @uilianries @SSE4 @danimtb ⬆️ |
Do I understand correctly that the short term (temporary) solution implies not deleting settings.compiler from the package_id, even for executable only packages? |
Yes, both, we need compiler and build_type (or Windows will choose debug) 😔 |
It's not a perfect solution, but it's practical enough to unblock a lot of packages ! |
I am ok with that solution in the meantime if we agree that it should be reverted once we have the order of the profiles fixed in the pipeline unless there is any other reason to keep all the configurations |
there does not seem to be an up-to-date binary for ninja/1.10.0 on windows:
https://conan.io/center/ninja/1.10.0
https://bintray.com/conan/conan-center/ninja%3A_#files/_%2Fninja%2F1.10.0%2F_%2F3931d0d9c2d2df6551702798ae00538b%2Fpackage
https://github.com/turtlebrowser/turtlebrowser/runs/807869355?check_suite_focus=true#step:6:99
It's surprising because the last PR built correctly the 3 binaries: https://c3i.jfrog.io/c3i/misc/logs/pr/1985/1/ninja/1.10.0/
CC @patricia-gallardo
The text was updated successfully, but these errors were encountered: