Closed smallsunsun1 closed 2 years ago
Just have seen this PR (did not get any notification) - Currently, the CI jobs are all red - needs to be fixed before I can merge the PR
Thanks for your contribution! I merged it even CI is broken currently - happy to see QML support! There a some comments in non English - maybe you can open a PR to fix this
Just have seen this PR (did not get any notification) - Currently, the CI jobs are all red - needs to be fixed before I can merge the PR
I checked the ci and my local environment, problem is ci use bazel build //..., but in my local mode, only build //:all and //qml_demo/...
when we use bazel build //..., bazel will try to build code in tools directory ,which will cause this problem, maybe we can change ci build targets or change macos to use http_archive rather than local mode, which will help on this problem
support
ok, i will try open a new pr later to fix non english problem