File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 strategy :
1010 fail-fast : false
1111 matrix :
12- os : [ubuntu-16.04, macos-10.15 ]
13- impl : [hotspot, openj9 ]
14- javaToBuild : [jdk11u, jdk15u ]
12+ os : [macos-latest ]
13+ impl : [temurin ]
14+ buildlist : [openjdk ]
1515 steps :
16- - uses : actions/checkout@v2
17- - uses : sophia-guo/build-jdk@buildfarm
18- id : buildJDK
16+ - uses : actions/checkout@v3
17+ - uses : actions/setup-java@v3
18+ with :
19+ java-version : ${{ matrix.version }}
20+ distribution : ${{ matrix.impl }}
21+ - name : AQA
22+ uses : adoptium/run-aqa@v2
1923 with :
20- javaToBuild : ${{ matrix.javaToBuild }}
21- impl : ${{ matrix.impl }}
22- - run : ${{ steps.buildJDK.outputs.BuildJDKDir }}/bin/java -version
24+ version : ${{ matrix.version }}
25+ jdksource : ' customized'
26+ build_list : ${{ matrix.buildlist}}
27+ target : ' _jvm_compiler'
2328
Original file line number Diff line number Diff line change 1- name : " place holder for example "
1+ name : " nightly build-jdk nightly "
22on :
33 push :
44 branches-ignore :
55 - ' **'
66jobs :
7- build :
7+ hotspot14 :
88 runs-on : ${{ matrix.os }}
99 strategy :
1010 fail-fast : false
1111 matrix :
12- os : [windows-2016] # [ubuntu-latest, macos-latest]
12+ os : [macos-latest]
13+ impl : [temurin]
14+ buildlist : [openjdk]
1315 steps :
14- - uses : actions/checkout@v1
15- - uses : ./
16-
16+ - uses : actions/checkout@v3
17+ - uses : actions/setup-java@v3
18+ with :
19+ java-version : ${{ matrix.version }}
20+ distribution : ${{ matrix.impl }}
21+ - name : AQA
22+ uses : adoptium/run-aqa@v2
23+ with :
24+ version : ${{ matrix.version }}
25+ jdksource : ' customized'
26+ build_list : ${{ matrix.buildlist}}
27+ target : ' _jvm_compiler'
You can’t perform that action at this time.
0 commit comments