orhankislal commented on code in PR #580: URL: https://github.com/apache/madlib/pull/580#discussion_r869260646
########## tool/docker_start.sh: ########## @@ -83,9 +83,10 @@ docker exec "${CONTAINER_NAME}" bash -c "rm -rf /madlib/build_docker; \ echo "---------- Installing and running install-check --------------------" # Install MADlib and run install check -docker exec "${CONTAINER_NAME}" bash -c "/madlib/build_docker/src/bin/madpack -p postgres \ - -c postgres/postgres@localhost:5432/postgres \ - install" \ +docker exec "${CONTAINER_NAME}" bash -c "PATH=$PATH:/usr/lib/postgresql/10/bin \ + /madlib/build_docker/src/bin/madpack -p postgres \ + -c postgres/postgres@localhost:5432/postgres \ + install" \ | tee "${workdir}/build_docker_logs/madlib_install.log" docker exec "${CONTAINER_NAME}" bash -c "/madlib/build_docker/src/bin/madpack -p postgres \ Review Comment: No, only the install step needs pg_ctl in the path. Install check or any other madlib function call is fine without it. -- 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. To unsubscribe, e-mail: dev-unsubscr...@madlib.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org