You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by GitBox <gi...@apache.org> on 2021/03/18 22:02:21 UTC

[GitHub] [orc] omalley opened a new pull request #658: ORC-766: Generalize the docker scripts to handle build arguments.

omalley opened a new pull request #658:
URL: https://github.com/apache/orc/pull/658


   ### What changes were proposed in this pull request?
   
   This replaces the build matrix loops in the docker reinit.sh and run-all.sh scripts with expanding the
   versions that we want to build in os-list.txt. The pattern for the build args is based on the name:
   
   ubuntu20 builds ubuntu 20 with default parameters jdk=8 and cc=gcc
   ubuntu20_jdk=11_cc=clang builds ubuntu 20 with jdk=11 and cc=clang
   
   Those names are carried through to the docker tags with s/=/-/.
   
   ### How was this patch tested?
   
   I ran reinit.sh and run-all.sh and both ran fine. The docker images default to the proper c++ and java compilers.


-- 
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:
users@infra.apache.org



[GitHub] [orc] dongjoon-hyun merged pull request #658: ORC-766: Generalize the docker scripts to handle build arguments.

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun merged pull request #658:
URL: https://github.com/apache/orc/pull/658


   


-- 
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:
users@infra.apache.org