Skip to content

Commit

Permalink
Use correct Java locations for AARCH64 CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Oct 27, 2021
1 parent e686609 commit 0f62511
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/java-versions-aarch64.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# are 'java' or 'openjdk' followed by the major release number.

ES_BUILD_JAVA=jdk16
ES_RUNTIME_JAVA=jdk16
ES_RUNTIME_JAVA=jdk17
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
COMPOSE_HTTP_TIMEOUT=120
JAVA_HOME=$HOME/.java/$ES_BUILD_JAVA
RUNTIME_JAVA_HOME=$HOME/.java/$ES_RUNTIME_JAVA
JAVA11_HOME=$HOME/.java/java11
JAVA11_HOME=$HOME/.java/jdk11
JAVA15_HOME=$HOME/.java/jdk15
- shell: |
#!/usr/local/bin/runbld --redirect-stderr
Expand Down

0 comments on commit 0f62511

Please sign in to comment.