提交 1f0e66d3 编写于 作者: T Tom Meyer 提交者: C.J. Jameson

Removed yum install ant-junit from compile_gpdb.bash [#135862981]

Signed-off-by: NJingyi Mei <jmei@pivotal.io>
上级 dd80c089
......@@ -19,9 +19,6 @@ function prep_env_for_centos() {
BLDARCH=rhel6_x86_64
export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk.x86_64
source /opt/gcc_env.sh
# This is necessesary to build gphdfs.
# It should be removed once the build image has this included.
yum install -y ant-junit
;;
7)
......@@ -33,7 +30,6 @@ function prep_env_for_centos() {
export JAVA_HOME="${java7_bin/jre\/bin\/java/}"
ln -sf /usr/bin/xsubpp /usr/share/perl5/ExtUtils/xsubpp
source /opt/gcc_env.sh
yum install -y ant-junit
;;
*)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册