-
Notifications
You must be signed in to change notification settings - Fork 23
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
Bootstrap with offline version? #105
Comments
I need to think about this... The idea of the bootstrap phase is that together with the other repositories you can manage also YCM git repository. On the other hand it makes sense to not make it break in case some repository is not reachable or changes location... |
Related: #113 (even if in this case it was caused by a Gitlab downtime). |
To anyone having the same problem: use the offline version of ycm available at https://github.com/robotology/ycm/releases . |
Related issue: #172 . |
I think the final solution of this will be #138 using the |
Starting from the next release, along with the |
This is particularly annoying since the 3rd-party UseLatex.cmake module was introduced in YCM v0.10. I managed to reproduce and inspect this error locally - the downloaded file is either incomplete or empty. Note that we don't bootstrap YCM itself, this happens on a cloned YCM repository, during the build phase. |
The bootstrap feature is quite cool, but it renders any superbuild vulnerable to any shortage of any 3rd party repo referenced by YCM (see #103).
Could it make sense to bootstrap using the offline version of YCM ?
The text was updated successfully, but these errors were encountered: