Skip to content

Commit 1830b19

Browse files
authored
Merge pull request #10615 from pshipton/aarch64java15-0.22
(0.22.0) Allow building of aarch64 for all current releases
2 parents 3ae448f + 27e2527 commit 1830b19

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

buildenv/jenkins/jobs/pipelines/Pipeline-Build-Test-All.groovy

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,7 @@
2828
* VARIABLE_FILE allows to run it in a custom configuration on a different server.
2929
*
3030
* Parameters:
31-
* PLATFORMS: String - Comma separated platforms to build.
32-
* Expected values: all or any of the following:
33-
* aix_ppc-64_cmprssptrs,
34-
* linux_x86-64,
35-
* linux_x86-64_cmprssptrs,
36-
* linux_ppc-64,
37-
* linux_ppc-64_cmprssptrs_le,
38-
* linux_390-64,
39-
* linux_390-64_cmprssptrs,
40-
* win_x86-64_cmprssptrs,
41-
* win_x86 (Java 8 support only),
42-
* zos_390-64_cmprssptrs (Java 11 support only),
43-
* osx_x86-64 (Java 8 and Java 11 support only),
44-
* osx_x86-64_cmprssptrs (Java 8 and Java 11 support only),
45-
* aarch64_linux (Java 8 and Java 11 support only),
46-
* aarch64_linux_xl (Java 8 and Java 11 support only)
31+
* PLATFORMS: String - Comma separated platforms to build, or `all`. For the list of platforms, see `id=` in the `.spec` files found in the buildspecs directory (the id should be the same as the spec file name without the `.spec`).
4732
* OPENJ9_REPO: String - the OpenJ9 git repository URL: e.g. https://github.com/eclipse/openj9.git (default)
4833
* OPENJ9_BRANCH: String - the OpenJ9 branch to clone from: e.g. master (default)
4934
* OPENJ9_SHA: String - the last commit SHA of the OpenJ9 repository
@@ -117,9 +102,9 @@ SPECS = ['ppc64_aix' : CURRENT_RELEASES,
117102
'x86-32_windows' : ['8'],
118103
'x86-64_windows' : CURRENT_RELEASES,
119104
'x86-64_windows_xl' : CURRENT_RELEASES,
120-
'aarch64_linux' : ['8', '11'],
105+
'aarch64_linux' : CURRENT_RELEASES,
121106
'aarch64_linux_cm': ['11'],
122-
'aarch64_linux_xl' : ['8', '11'],
107+
'aarch64_linux_xl' : CURRENT_RELEASES,
123108
'aarch64_linux_xl_cm': ['11']]
124109

125110
// SHORT_NAMES is used for PullRequest triggers

0 commit comments

Comments
 (0)