File tree 1 file changed +0
-35
lines changed
1 file changed +0
-35
lines changed Original file line number Diff line number Diff line change 61
61
arguments : |
62
62
-PjavaToolchain.version=${{ matrix.jdk.version }} \
63
63
-Dscan.tag.JDK_${{ matrix.jdk.version }} \
64
- build \
65
- --configuration-cache
66
- openj9 :
67
- strategy :
68
- fail-fast : false
69
- matrix :
70
- jdk : [ 21 ]
71
- name : " OpenJ9 ${{ matrix.jdk }}"
72
- runs-on : ubuntu-latest
73
- steps :
74
- - name : Check out repository
75
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
76
- with :
77
- fetch-depth : 1
78
- - name : Set up Test JDK
79
- uses : ./.github/actions/setup-test-jdk
80
- with :
81
- distribution : semeru
82
- - name : ' Set up JDK ${{ matrix.jdk }}'
83
- uses : actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4
84
- with :
85
- distribution : semeru
86
- java-version : ${{ matrix.jdk }}
87
- check-latest : true
88
- - name : ' Prepare JDK${{ matrix.jdk }} env var'
89
- shell : bash
90
- run : echo "JDK${{ matrix.jdk }}=$JAVA_HOME" >> $GITHUB_ENV
91
- - name : Build
92
- uses : ./.github/actions/run-gradle
93
- with :
94
- arguments : |
95
- -PjavaToolchain.version=${{ matrix.jdk }} \
96
- -PjavaToolchain.implementation=j9 \
97
- -Dscan.tag.JDK_${{ matrix.jdk }} \
98
- -Dscan.tag.OpenJ9 \
99
64
build
You can’t perform that action at this time.
0 commit comments