Ignore:
Timestamp:
04/28/20 06:37:35 (3 years ago)
Author:
Mark Evenson
Message:

build: support abcl.properties creation openjdk{6,7,8,11,13,14}

Additionally add test for openjdk14 to the Travis-CI build.

Improve script for creating build properties, which may be invoked
like:

bash ci/create-abcl-properties.bash openjdk8

Currently this script has baked-in "knowledge" of options for various
platforms for now, but will eventually directly transcribe from the
"facts" in <file:abcl.rdf>.

  • * *

Update RDF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/ci/install-adoptjdk.bash

    r15250 r15259  
    2525                    dist="https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.6%2B10/OpenJDK11U-jdk_x64_mac_hotspot_11.0.6_10.tar.gz"
    2626                    ;;
     27                openjdk14)
     28                    topdir=jdk-14.0.1+7
     29                    dist="https://github.com/AdoptOpenJDK/openjdk14-binaries/releases/download/jdk-14.0.1%2B7/OpenJDK14U-jdk_x64_mac_hotspot_14.0.1_7.tar.gz"
     30                    ;;
    2731            esac
    2832            ;;
     
    3640                    topdir=jdk-11.0.6+10
    3741                    dist="https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.6%2B10/OpenJDK11U-jdk_x64_linux_hotspot_11.0.6_10.tar.gz"
     42                    ;;
     43                openjdk14)
     44                    topdir=jdk-14.0.1+7
     45                    dist="https://github.com/AdoptOpenJDK/openjdk14-binaries/releases/download/jdk-14.0.1%2B7/OpenJDK14U-jdk_x64_linux_hotspot_14.0.1_7.tar.gz"
    3846                    ;;
    3947            esac
Note: See TracChangeset for help on using the changeset viewer.