-
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
python3 tools/git-sync-deps not working #38
Comments
Hi @Shidari4ld, did you try running git-sync-deps again? sometimes it fails because network errors and running it again should fix it |
@dacap, i do not know if it was a network error but a reinstall seemed to fix it for me, thanks for your reply and sorry if my question was stupid |
this issue is very annoying. I cannot get aseprite to build consistently (actually not at all) from a Dockerfile. Why is this repository not kept up to date with recent skia versions? I think Google fixed this issue by not cloning the entire git dependencies, but only the latest commits with |
Because Google changes the Skia API on each release, the update process is super complex and breaks everybody compilations (dev team included). We already have two version (one for main and one for beta) and it's pure chaotic. |
Sad to hear. I explicitly copied over the latest git-sync-deps file to the Dockerfile and it seems to work with this one. (and its so much faster) |
when running python3 tools/git-sync-deps
i get ".../skia/third_party/externals/imgui @ 55d35d8387c15bf0cfd71861df67af8cfbda7456
...skia/third_party/externals/angle2 @ 8718783526307a3fbb35d4c1ad4e8101262a0d73
fatal: unable to access 'https://github.com/aseprite/freetype2.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
fatal: unable to access 'https://chromium.googlesource.com/external/github.com/googlei18n/sfntly.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
Exception in thread Exception in thread Thread-27 (git_checkout_to_directory):
Thread-11 (git_checkout_to_directory):
Traceback (most recent call last):
Traceback (most recent call last):
" this was after i ran the second time and i got the same error
The text was updated successfully, but these errors were encountered: