-
Notifications
You must be signed in to change notification settings - Fork 284
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
megadesignassets submodule is inaccessible #1010
Comments
Hi, We have two options: either disable it as a submodule and hide the tool (it's not necessary) or publish the Meanwhile, you can discard that error and switch Thanks. |
Maybe it's possible to put this dependency inside the cmake? So, if it's enable the pull and use (with fetchcontent or git directly or any).
Yes, I do exactly this. But the problem is that I can't do simple |
Thanks for the suggestion. You're right we will clone on demand if the DESIGN-TOKENS cmake option is enabled. |
Hi,
If I try to clone the source recursively or update submodules, then this path (git@code.developers.mega.co.nz:megadesignassets/megadesignassets.git) seems has restricted access:
ssh: connect to host code.developers.mega.co.nz port 22: Connection timed out
Not sure if it's required, as there is
ENABLE_DESIGN_TOKENS_IMPORTER
option, but it breaks automated builds which pull the source from GH.The text was updated successfully, but these errors were encountered: