-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Set BOOST_ROOT to BOOST_ROOT_1_69_0 in Azure Windows job #3894
Conversation
Same error (Boost not found) |
Our CMake file might be relying on the env BOOST_ROOT actually being set. Setting it to %BOOST_ROOT_1_69_0% might provide the fix |
Seems like the |
759c867
to
1a08837
Compare
Thanks for suggestions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, pending CI (which appears to be going the green way)
The CI gods are against us.
I vote for merge regardless. |
We had this issue already (#2632, #2935) and according to #2935 (comment), the problem lies in Boost directories not set in the system |
One of the recent updates to the agent images used on Azure removed BOOST_ROOT variable: actions/runner-images@e91f213, however it is needed by the CMake Boost finder scripts.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We leave the env variable printing for debugging purposes on the CI?
Yes! It's handy to have them printed always. |
One of the recent updates to the agent images used on Azure removed BOOST_ROOT variable: actions/runner-images@e91f213