nicknezis commented on issue #3684: URL: https://github.com/apache/incubator-heron/issues/3684#issuecomment-803676491
Hmm, those `netrc` issues are what we saw back in the older versions of Bazel. What do you see when you run `bazel --version` ? The issue could also be related to Ant, which was added as a new dependency for the newer Zookeeper client library build process. I tested a build on Ubuntu 20.04 using our docker script and it worked. You can try a build also using this command to spin up a dev docker container: `./docker/scripts/dev-env-create.sh bazel2 ubuntu20.04` This is the Dockerfile for that setup. You can compare your Ubuntu system with the list of packages that we install. I wonder if the instructions you were using perhaps are missing a package such as `ant`. https://github.com/apache/incubator-heron/blob/master/docker/compile/Dockerfile.ubuntu20.04 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
