You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Suppress the CI error on GitHub Actions.
* To address the root cause we probably need to update the upstream of google-toolbox-for-mac.
+ google/google-toolbox-for-mac#407
#codehealth
PiperOrigin-RevId: 531506258
*** Reason for rollback ***
cl/531511096 addresses the issue in a proper way.
*** Original change description ***
Add "manual" to mozc_objc_test.macos_unit_test.
* Suppress the CI error on GitHub Actions.
* To address the root cause we probably need to update the upstream of google-toolbox-for-mac.
+ google/google-toolbox-for-mac#407
#codehealth
***
PiperOrigin-RevId: 531512979
UnitTesting/GTMGoogleTestRunner.mm has the following code to include
gtest.h
.However, the actual path is
(third_party/googletest/)googletest/include/gtest/gtest.h
.Would you change the include path to either of the following paths?
or
FYI. google/mozc is the project that needs this change.
https://github.com/google/mozc/blob/master/src/WORKSPACE.bazel#L142
Thank you!
The text was updated successfully, but these errors were encountered: