Skip to content

Commit

Permalink
Merge pull request #10646 from jdekonin/master
Browse files Browse the repository at this point in the history
Add bootjdk for jdk15 aarch builds
  • Loading branch information
pshipton authored Sep 19, 2020
2 parents 85aa6c3 + ba66eac commit 31446ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions buildenv/jenkins/variables/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -431,9 +431,10 @@ aarch64_linux:
boot_jdk:
8: '/usr/lib/jvm/java-1.8.0'
11: '/usr/lib/jvm/adoptojdk-java-11'
15: '/usr/lib/jvm/jdk-15+36'
release:
8: 'linux-aarch64-normal-server-release'
11: 'linux-aarch64-normal-server-release'
all: 'linux-aarch64-normal-server-release'
15: 'linux-aarch64-server-release'
node_labels:
build: 'ci.role.build && hw.arch.aarch64 && sw.os.cent.7'
build_env:
Expand Down

0 comments on commit 31446ad

Please sign in to comment.