You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know that we're pinned on ubuntu-18.04 for the same reason -boost is not included in ubuntu-20.04 - so it would be good for boost to be added in a way that it can be downloaded on ubuntu-20.04 too - then we could update the ubuntu version.
The text was updated successfully, but these errors were encountered:
It turns out that the BOOST_ROOT value set in
github_actions_build.yml was being ignored, because
CMake behaviour was set to before 3.12, and so
the CMake policy CMP0074 was to ignore BOOST_ROOT.
I could have set the policy to change the CMP0074
behaviour, but decided to update the CMake minimum
version instead.
As described in actions/runner-images#2667
I assume I'll need to implement this:
actions/runner-images#2667 (comment)
I know that we're pinned on ubuntu-18.04 for the same reason -boost is not included in ubuntu-20.04 - so it would be good for boost to be added in a way that it can be downloaded on ubuntu-20.04 too - then we could update the ubuntu version.
The text was updated successfully, but these errors were encountered: