bazel errors #3684
Description
I've followed the instructions https://heron.incubator.apache.org/docs/next/compiling-linux#building-on-ubuntu-18.04 and install version 3.7.2 of bazel (followed these instructions to make sure right version: https://docs.bazel.build/versions/master/install-ubuntu.html#install-on-ubuntu) and when I ran
bazel build --config=ubuntu heron/... I got the following errors (shortened for brevity but all the same ..no such attribute 'netrc' in 'http_file' rule):
root@213fea78ea26:~/incubator-heron# bazel build --config=ubuntu heron/...
ERROR: /root/.cache/bazel/_bazel_root/88837ab595738499a4ef3075862ee807/external/maven/defs.bzl:3:5: //external:ant_ant_1_6_5: no such attribute 'netrc' in 'http_file' rule
ERROR: /root/.cache/bazel/_bazel_root/88837ab595738499a4ef3075862ee807/external/maven/defs.bzl:9:5: //external:ant_ant_jar_sources_1_6_5: no such attribute 'netrc' in 'http_file' rule
ERROR: /root/.cache/bazel/_bazel_root/88837ab595738499a4ef3075862ee807/external/maven/defs.bzl:15:5: //external:antlr_antlr_2_7_7: no such attribute 'netrc' in 'http_file' rule
ERROR: /root/.cache/bazel/_bazel_root/88837ab595738499a4ef3075862ee807/external/maven/defs.bzl:21:5: //external:aopalliance_aopalliance_1_0: no such attribute 'netrc' in 'http_file' rule
Activity