-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mandrel 21.3.3.0-Final and 22.2.0.0-Final July 2022 CPU
- Loading branch information
Showing
13 changed files
with
244 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/sh | ||
set -e | ||
|
||
SOURCES_DIR=/tmp/artifacts | ||
|
||
ls -l ${SOURCES_DIR} | ||
mkdir -p ${GRAALVM_HOME} | ||
tar xzf ${SOURCES_DIR}/${FILENAME} -C ${GRAALVM_HOME} --strip-components=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
schema_version: 1 | ||
name: mandrel | ||
version: &version "21.3.3.0-Final-java11" | ||
|
||
labels: | ||
- name: mandrel-archive-filename | ||
value: &filename mandrel-java11-linux-amd64-21.3.3.0-Final.tar.gz | ||
- name: mandrel-archive-url | ||
value: &url https://github.com/graalvm/mandrel/releases/download/mandrel-21.3.3.0-Final/mandrel-java11-linux-amd64-21.3.3.0-Final.tar.gz | ||
|
||
envs: | ||
- name: "JAVA_HOME" | ||
value: "/opt/mandrel" | ||
- name: "GRAALVM_HOME" | ||
value: "/opt/mandrel" | ||
- name: "FILENAME" | ||
value: *filename | ||
|
||
artifacts: | ||
- name: *filename | ||
url: *url | ||
sha256: 9b722400b6ca826c5092cd276c785240145e4cc864936e3ea64bb4002a52ed31 | ||
|
||
packages: | ||
install: | ||
- fontconfig | ||
- freetype-devel | ||
|
||
execute: | ||
- script: configure |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/sh | ||
set -e | ||
|
||
SOURCES_DIR=/tmp/artifacts | ||
|
||
ls -l ${SOURCES_DIR} | ||
mkdir -p ${GRAALVM_HOME} | ||
tar xzf ${SOURCES_DIR}/${FILENAME} -C ${GRAALVM_HOME} --strip-components=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
schema_version: 1 | ||
name: mandrel | ||
version: &version "21.3.3.0-Final-java17" | ||
|
||
labels: | ||
- name: mandrel-archive-filename | ||
value: &filename mandrel-java17-linux-amd64-21.3.3.0-Final.tar.gz | ||
- name: mandrel-archive-url | ||
value: &url https://github.com/graalvm/mandrel/releases/download/mandrel-21.3.3.0-Final/mandrel-java17-linux-amd64-21.3.3.0-Final.tar.gz | ||
|
||
envs: | ||
- name: "JAVA_HOME" | ||
value: "/opt/mandrel" | ||
- name: "GRAALVM_HOME" | ||
value: "/opt/mandrel" | ||
- name: "FILENAME" | ||
value: *filename | ||
|
||
artifacts: | ||
- name: *filename | ||
url: *url | ||
sha256: 8e1450e5b3a5345d66920a32b4bb4c39efa51a1b93b2e1f87fc130b95feee536 | ||
|
||
packages: | ||
install: | ||
- fontconfig | ||
- freetype-devel | ||
|
||
execute: | ||
- script: configure |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/sh | ||
set -e | ||
|
||
SOURCES_DIR=/tmp/artifacts | ||
|
||
ls -l ${SOURCES_DIR} | ||
mkdir -p ${GRAALVM_HOME} | ||
tar xzf ${SOURCES_DIR}/${FILENAME} -C ${GRAALVM_HOME} --strip-components=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
schema_version: 1 | ||
name: mandrel | ||
version: &version "22.2.0.0-Final-java11-amd64" | ||
|
||
labels: | ||
- name: mandrel-archive-filename | ||
value: &filename mandrel-java11-linux-amd64-22.2.0.0-Final.tar.gz | ||
- name: mandrel-archive-url | ||
value: &url https://github.com/graalvm/mandrel/releases/download/mandrel-22.2.0.0-Final/mandrel-java11-linux-amd64-22.2.0.0-Final.tar.gz | ||
|
||
envs: | ||
- name: "JAVA_HOME" | ||
value: "/opt/mandrel" | ||
- name: "GRAALVM_HOME" | ||
value: "/opt/mandrel" | ||
- name: "FILENAME" | ||
value: *filename | ||
|
||
artifacts: | ||
- name: *filename | ||
url: *url | ||
sha256: e2304a9ec19c959b6050753342192ee27333b3b10beabc822d6861a2ed58bc1f | ||
|
||
packages: | ||
install: | ||
- fontconfig | ||
- freetype-devel | ||
|
||
execute: | ||
- script: configure |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/sh | ||
set -e | ||
|
||
SOURCES_DIR=/tmp/artifacts | ||
|
||
ls -l ${SOURCES_DIR} | ||
mkdir -p ${GRAALVM_HOME} | ||
tar xzf ${SOURCES_DIR}/${FILENAME} -C ${GRAALVM_HOME} --strip-components=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
schema_version: 1 | ||
name: mandrel | ||
version: &version "22.2.0.0-Final-java11-arm64" | ||
|
||
labels: | ||
- name: mandrel-archive-filename | ||
value: &filename mandrel-java11-linux-aarch64-22.2.0.0-Final.tar.gz | ||
- name: mandrel-archive-url | ||
value: &url https://github.com/graalvm/mandrel/releases/download/mandrel-22.2.0.0-Final/mandrel-java11-linux-aarch64-22.2.0.0-Final.tar.gz | ||
|
||
envs: | ||
- name: "JAVA_HOME" | ||
value: "/opt/mandrel" | ||
- name: "GRAALVM_HOME" | ||
value: "/opt/mandrel" | ||
- name: "FILENAME" | ||
value: *filename | ||
|
||
artifacts: | ||
- name: *filename | ||
url: *url | ||
sha256: 882ab974d95ce78d16eb7c2d8485ad02ce8e9f1ae18d3a3f2339fef2770ae9a0 | ||
|
||
packages: | ||
install: | ||
- fontconfig | ||
- freetype-devel | ||
|
||
execute: | ||
- script: configure |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/sh | ||
set -e | ||
|
||
SOURCES_DIR=/tmp/artifacts | ||
|
||
ls -l ${SOURCES_DIR} | ||
mkdir -p ${GRAALVM_HOME} | ||
tar xzf ${SOURCES_DIR}/${FILENAME} -C ${GRAALVM_HOME} --strip-components=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
schema_version: 1 | ||
name: mandrel | ||
version: &version "22.2.0.0-Final-java17-amd64" | ||
|
||
labels: | ||
- name: mandrel-archive-filename | ||
value: &filename mandrel-java17-linux-amd64-22.2.0.0-Final.tar.gz | ||
- name: mandrel-archive-url | ||
value: &url https://github.com/graalvm/mandrel/releases/download/mandrel-22.2.0.0-Final/mandrel-java17-linux-amd64-22.2.0.0-Final.tar.gz | ||
|
||
envs: | ||
- name: "JAVA_HOME" | ||
value: "/opt/mandrel" | ||
- name: "GRAALVM_HOME" | ||
value: "/opt/mandrel" | ||
- name: "FILENAME" | ||
value: *filename | ||
|
||
artifacts: | ||
- name: *filename | ||
url: *url | ||
sha256: b338fb26ec1ad956c8b7f890d9e978e0f580afec492a7ff8eeea78e85720c4de | ||
|
||
packages: | ||
install: | ||
- fontconfig | ||
- freetype-devel | ||
|
||
execute: | ||
- script: configure |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/sh | ||
set -e | ||
|
||
SOURCES_DIR=/tmp/artifacts | ||
|
||
ls -l ${SOURCES_DIR} | ||
mkdir -p ${GRAALVM_HOME} | ||
tar xzf ${SOURCES_DIR}/${FILENAME} -C ${GRAALVM_HOME} --strip-components=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
schema_version: 1 | ||
name: mandrel | ||
version: &version "22.2.0.0-Final-java17-arm64" | ||
|
||
labels: | ||
- name: mandrel-archive-filename | ||
value: &filename mandrel-java17-linux-aarch64-22.2.0.0-Final.tar.gz | ||
- name: mandrel-archive-url | ||
value: &url https://github.com/graalvm/mandrel/releases/download/mandrel-22.2.0.0-Final/mandrel-java17-linux-aarch64-22.2.0.0-Final.tar.gz | ||
|
||
envs: | ||
- name: "JAVA_HOME" | ||
value: "/opt/mandrel" | ||
- name: "GRAALVM_HOME" | ||
value: "/opt/mandrel" | ||
- name: "FILENAME" | ||
value: *filename | ||
|
||
artifacts: | ||
- name: *filename | ||
url: *url | ||
sha256: 26db51213bdea70cde576ac4011b2f504ad08056053f90e1d08a98216e594718 | ||
|
||
packages: | ||
install: | ||
- fontconfig | ||
- freetype-devel | ||
|
||
execute: | ||
- script: configure |