dongjoon-hyun commented on a change in pull request #655:
URL: https://github.com/apache/orc/pull/655#discussion_r596300252



##########
File path: docker/run-all.sh
##########
@@ -32,9 +32,11 @@ function failure {
 rm -f logs/pids.txt logs/*.log
 
 start=`date`
-for os in `cat os-list.txt`; do
-  echo "Building $os"
-  ( cd $os && docker build -t "orc-$os" . ) > logs/$os-build.log 2>&1 || exit 1
+for jdk in 8 11; do
+    for os in `cat os-list.txt`; do
+        echo "Building $os"

Review comment:
       Could you show `$jdk` together?




----------------------------------------------------------------
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]


Reply via email to