huijunwu commented on pull request #3555: URL: https://github.com/apache/incubator-heron/pull/3555#issuecomment-655357720
tested on centos ``` sudo yum install -y ant cppunit-devel python3 -m venv . source ./bin/activate $ ./bazel_configure.py Platform Linux Using C compiler : /usr/bin/gcc (4.8.5) Using C++ compiler : /usr/bin/g++ (4.8.5) Using C preprocessor : /usr/bin/cpp (4.8.5) Using C++ preprocessor : /usr/bin/cpp (4.8.5) Using linker : /usr/bin/ld.bfd Using JDK : /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.252.b09-2.el7_8.x86_64 Using Automake : /usr/bin/automake (1.13.4) Using Autoconf : /usr/bin/autoconf (2.69) Using Make : /usr/bin/make (3.82) Using Python3 : /usr/bin/python3.6 (3.6.8) Using Libtool : /usr/bin/libtool (2.4.2) Using archiver : /usr/bin/ar Using coverage tool : /usr/bin/gcov Using dwp : /usr/bin/dwp Using nm : /usr/bin/nm Using objcopy : /usr/bin/objcopy Using objdump : /usr/bin/objdump Using strip : /usr/bin/strip bazel build --config=centos_nostyle heron/... bazel build --config=centos_nostyle scripts/packages:binpkgs ./docker/scripts/build-artifacts.sh centos7 0.0.0 ~/heron-release eval $(minikube -p minikube docker-env) ./docker/scripts/build-docker.sh centos7 0.0.0 ~/heron-release ``` ---------------------------------------------------------------- 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]
