Skip to content
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

First build takes ages because of openvino git dependency #988

Closed
schmidma opened this issue May 2, 2024 · 1 comment
Closed

First build takes ages because of openvino git dependency #988

schmidma opened this issue May 2, 2024 · 1 comment

Comments

@schmidma
Copy link
Member

schmidma commented May 2, 2024

When building the repository from a fresh state (no cargo registry caches, etc.), the Updating stage takes ages as it is cloning several tens of git submodules originating from https://github.com/intel/openvino-rs.git

As soon as openvino-rs releases a new version that includes our required changes, we should opt that release to speed up the build process. Alternatively we can search for an option to speedup or even skip this cloning of submodules. Maybe there is a way and openvino-rs does not need all of these dependencies.

@oleflb
Copy link
Contributor

oleflb commented Jun 22, 2024

Fixed by #1048

@oleflb oleflb closed this as completed Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants