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

Upgrade Skia to m116 #701

Closed
nieyuyao opened this issue Jul 29, 2023 · 0 comments · Fixed by #702
Closed

Upgrade Skia to m116 #701

nieyuyao opened this issue Jul 29, 2023 · 0 comments · Fixed by #702

Comments

@nieyuyao
Copy link
Contributor

Now skia m113 cannot be compiled successfully, because the piet-gpu repo has been removed.
https://github.com/google/skia/blob/1195e70d671947af02a6a5b0ddc65806b9645252/DEPS#L51C53-L51C167

Got the following error while executing node scripts/build-skia.js.

致命错误:仓库 'https://skia.googlesource.com/external/github.com/linebender/piet-gpu.git/' 未找到
Traceback (most recent call last):
  File "/Users/z-nieyuyao/MyDocuments/canvas/skia/./tools/git-sync-deps", line 277, in <module>
    exit(main(sys.argv[1:]))
  File "/Users/z-nieyuyao/MyDocuments/canvas/skia/./tools/git-sync-deps", line 266, in main
    git_sync_deps(deps_file_path, argv, verbose)
  File "/Users/z-nieyuyao/MyDocuments/canvas/skia/./tools/git-sync-deps", line 238, in git_sync_deps
    multithread(git_checkout_to_directory, list_of_arg_lists)
  File "/Users/z-nieyuyao/MyDocuments/canvas/skia/./tools/git-sync-deps", line 255, in multithread
    raise Exception("Thread failure detected")
Exception: Thread failure detected
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

Successfully merging a pull request may close this issue.

1 participant