We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
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
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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
.The text was updated successfully, but these errors were encountered: