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
$ bazel version
Starting local Bazel server and connecting to it...
Build label: 0.24.0- (@non-git)
Build target: bazel-out/darwin-opt/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jar
Build time: Sat Apr 27 19:45:09 2019 (1556394309)
Build timestamp: 1556394309
Build timestamp as int: 1556394309
It looks like the plugin was modified to support this feature introduced in Bazel 0.27. If you cannot update to Bazel 0.27 yet, try updating to Bazel 0.25 and use the flag --incompatible_require_ctx_in_configure_features.
I'm getting the following error when I try to sync my
*.cc
files:Any idea what's going wrong? (My project builds successfully via bazel)
The text was updated successfully, but these errors were encountered: