-
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
boost: handle spaces in path to C++ compiler #15154
boost: handle spaces in path to C++ compiler #15154
Conversation
I detected other pull requests that are modifying boost/all recipe:
This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
I think it's a constant issue that raises from time to time. in general, we may have at least two distinct cases there:
and it's not fully clear how to distinguish between them. trying to fix one use-case might break another, and vice versa, and we're constantly running into the same problem. |
I think the second case is solved with the new command wrapper in 2.0 |
Conan v1 pipelineAll green in build 2 (
Conan v2 pipeline (informative, not required for merge)Failure in build 2 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. |
Hooks produced the following warnings for commit 3c178caboost/1.81.0
boost/1.77.0
boost/1.79.0
boost/1.78.0
boost/1.76.0
boost/1.80.0
boost/1.75.0
boost/1.72.0
boost/1.73.0
boost/1.74.0
boost/1.71.0
boost/1.70.0
|
closes #15070