ranger icon indicating copy to clipboard operation
ranger copied to clipboard

RANGER-3315 Fix travis CI - leverage docker to run CI

Open chia7712 opened this issue 3 years ago • 1 comments

issue: https://issues.apache.org/jira/browse/RANGER-3315

We ought to reuse build_ranger_using_docker.sh to simplify ranger CI (all required dependencies can be included by container). Also, our travis CI config is broken because of following reasons.

  1. Currently, only JDK 8 is supported (https://issues.apache.org/jira/browse/RANGER-3243)
  2. the oracle JDK is NOT supported (https://github.com/sormuras/bach/issues/56)

chia7712 avatar Jun 10 '21 19:06 chia7712

This PR includes #103 to make build_ranger_using_docker.sh works with travis

chia7712 avatar Jun 11 '21 08:06 chia7712