-
Notifications
You must be signed in to change notification settings - Fork 53
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
Fix submodule initialization for CIMpp in Dockerfiles. #331
Conversation
@pipeacosta can you also update the repo url? Libcimpp has moved to sogno a long time ago but I forgot to update the path. |
c05d0a7
to
e19628b
Compare
The CI is failing because of some caching issue. If you delete the cache and retry it usually works. Maybe rebasing the branch also helps. |
Signed-off-by: Andres Acosta <[email protected]>
Signed-off-by: Andres Acosta <[email protected]>
e19628b
to
1b946a4
Compare
I cleared the cache now, let's see if it works |
done |
@n-eiling @leonardocarreras Thanks a lot for your support, the CI is working now |
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.
Looks good! We probably want to update some other parts where this is (cim-iec) in a separate PR too (scripts for example)
This PR fixes the building process of CIMpp in the Docker files. Since we are now checking out a specific commit of this library, we need to make sure that the git submodules are updated after the checkout.