-
Notifications
You must be signed in to change notification settings - Fork 203
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
Update #232 #249
Update #232 #249
Conversation
Signed-off-by: Sam Stuewe <[email protected]>
Signed-off-by: Sam Stuewe <[email protected]>
@maurermi and @madars, mind taking a brief look at this? I can't quite tell if this last CI check failing here is because the docker workflow is building against the currently-published images (which don't have the new search-path defined in |
@HalosGhost I think what's happening is that now the CMake build is not searching the |
But to be clear, that's only happening for the docker pull/build CI step (e.g., the full build step works fine using the updated files). |
Yeah, the build-docker.sh script is different in that it goes based off of the Dockerfile, which does not set the -DCMAKE_PREFIX_PATH flag AFAIK. Using the build-docker.sh script I have been able to recreate the error given by the CI |
oh, that's true for me as well; to fix, I just commented out the line in |
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.
T-ACK, with the change to the Dockerfile to include "prefix" within CMAKE_PREFIX_PATH, then this looks to me to work properly. Added some other minor comments, but the only thing that really needs addressing is the Dockerfile IMO
Signed-off-by: Sam Stuewe <[email protected]>
LGTM -- think this is ready to merge if there is consensus |
I'm still getting build errors locally, but I think I may know what's causing them. If I'm right (and it's an oddity with my local setup), then I'll merge ASAP. |
Indeed the errors above seem to be due to some oddity of my setup; running in |
This supersedes #232; really all it does is add my DCO sign-off to each commit from #232, update the relevant documentation and workflows, and rename the scripts to be as clear as possible.