Closed zetaab closed 5 years ago
Can you try using an older version of bazel? I believe I used 0.23.1 and it seemed to work Ok.
@srikiz thanks! it seems that 0.23.2 works
@srikiz thanks! it seems that 0.23.2 works :+1:
Yes, bazel is apparently trying to get to their 1.0, and so are breaking everything they need to break to get there. This means that most recent bazel releases have incompatibilities with other things in the ecosystem, and so using an older bazel is probably the best option until things settle down. I'll see if we can update our libraries and if that fixes things - sorry about the trouble.
I am trying to compile etcd-manager docker image using
make push
Lets add
--incompatible_disable_deprecated_attr_params=false
to parameters:Still it fails, lets add
--incompatible_no_support_tools_in_action_inputs=false
to parameters.I am out of ideas how to build docker image of etcd-manager.