-
Notifications
You must be signed in to change notification settings - Fork 522
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove GraalVM from the build of this branch
- Loading branch information
Showing
2 changed files
with
14 additions
and
110 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,11 +29,7 @@ jobs: | |
matrix: | ||
os: [ubuntu-latest, windows-latest, macos-12] | ||
scala: [3.2.2, 2.12.17, 2.13.10] | ||
java: | ||
- temurin@8 | ||
- temurin@11 | ||
- temurin@17 | ||
- [email protected] | ||
java: [temurin@8, temurin@11, temurin@17] | ||
ci: [ciJVM, ciNative, ciJS, ciFirefox, ciChrome] | ||
exclude: | ||
- scala: 3.2.2 | ||
|
@@ -42,8 +38,6 @@ jobs: | |
java: temurin@11 | ||
- scala: 2.12.17 | ||
java: temurin@17 | ||
- scala: 2.12.17 | ||
java: [email protected] | ||
- os: windows-latest | ||
scala: 3.2.2 | ||
- os: macos-12 | ||
|
@@ -64,8 +58,6 @@ jobs: | |
java: temurin@11 | ||
- ci: ciJS | ||
java: temurin@17 | ||
- ci: ciJS | ||
java: [email protected] | ||
- os: windows-latest | ||
ci: ciJS | ||
- os: macos-12 | ||
|
@@ -74,8 +66,6 @@ jobs: | |
java: temurin@11 | ||
- ci: ciFirefox | ||
java: temurin@17 | ||
- ci: ciFirefox | ||
java: [email protected] | ||
- os: windows-latest | ||
ci: ciFirefox | ||
- os: macos-12 | ||
|
@@ -84,8 +74,6 @@ jobs: | |
java: temurin@11 | ||
- ci: ciChrome | ||
java: temurin@17 | ||
- ci: ciChrome | ||
java: [email protected] | ||
- os: windows-latest | ||
ci: ciChrome | ||
- os: macos-12 | ||
|
@@ -94,8 +82,6 @@ jobs: | |
java: temurin@11 | ||
- ci: ciNative | ||
java: temurin@17 | ||
- ci: ciNative | ||
java: [email protected] | ||
- os: windows-latest | ||
ci: ciNative | ||
- os: macos-12 | ||
|
@@ -104,8 +90,6 @@ jobs: | |
- os: macos-12 | ||
ci: ciNative | ||
scala: 3.2.2 | ||
- os: windows-latest | ||
java: [email protected] | ||
runs-on: ${{ matrix.os }} | ||
timeout-minutes: 60 | ||
steps: | ||
|
@@ -188,29 +172,6 @@ jobs: | |
shell: bash | ||
run: sbt '++ ${{ matrix.scala }}' reload +update | ||
|
||
- name: Download Java ([email protected]) | ||
id: download-java-graalvm-17.0.12 | ||
if: matrix.java == '[email protected]' | ||
uses: typelevel/download-java@v2 | ||
with: | ||
distribution: graalvm | ||
java-version: 17.0.12 | ||
|
||
- name: Setup Java ([email protected]) | ||
id: setup-java-graalvm-17.0.12 | ||
if: matrix.java == '[email protected]' | ||
uses: actions/setup-java@v3 | ||
with: | ||
distribution: jdkfile | ||
java-version: 17.0.12 | ||
jdkFile: ${{ steps.download-java-graalvm-17.0.12.outputs.jdkFile }} | ||
cache: sbt | ||
|
||
- name: sbt update | ||
if: matrix.java == '[email protected]' && steps.setup-java-graalvm-17.0.12.outputs.cache-hit == 'false' | ||
shell: bash | ||
run: sbt '++ ${{ matrix.scala }}' reload +update | ||
|
||
- name: Setup NodeJS v18 LTS | ||
if: matrix.ci == 'ciJS' | ||
uses: actions/setup-node@v3 | ||
|
@@ -266,11 +227,6 @@ jobs: | |
shell: bash | ||
run: example/test-js.sh ${{ matrix.scala }} | ||
|
||
- name: Test GraalVM Native Image | ||
if: matrix.scala == '2.13.10' && matrix.java == '[email protected]' && matrix.os == 'ubuntu-latest' | ||
shell: bash | ||
run: sbt '++ ${{ matrix.scala }}' graalVMExample/nativeImage graalVMExample/nativeImageRun | ||
|
||
- name: Test Example Native App Using Binary | ||
if: matrix.ci == 'ciNative' && matrix.os == 'ubuntu-latest' | ||
shell: bash | ||
|
@@ -386,28 +342,6 @@ jobs: | |
if: matrix.java == 'temurin@17' && steps.setup-java-temurin-17.outputs.cache-hit == 'false' | ||
run: sbt '++ ${{ matrix.scala }}' reload +update | ||
|
||
- name: Download Java ([email protected]) | ||
id: download-java-graalvm-17.0.12 | ||
if: matrix.java == '[email protected]' | ||
uses: typelevel/download-java@v2 | ||
with: | ||
distribution: graalvm | ||
java-version: 17.0.12 | ||
|
||
- name: Setup Java ([email protected]) | ||
id: setup-java-graalvm-17.0.12 | ||
if: matrix.java == '[email protected]' | ||
uses: actions/setup-java@v3 | ||
with: | ||
distribution: jdkfile | ||
java-version: 17.0.12 | ||
jdkFile: ${{ steps.download-java-graalvm-17.0.12.outputs.jdkFile }} | ||
cache: sbt | ||
|
||
- name: sbt update | ||
if: matrix.java == '[email protected]' && steps.setup-java-graalvm-17.0.12.outputs.cache-hit == 'false' | ||
run: sbt '++ ${{ matrix.scala }}' reload +update | ||
|
||
- name: Download target directories (3.2.2, ciJVM) | ||
uses: actions/download-artifact@v3 | ||
with: | ||
|
@@ -635,27 +569,5 @@ jobs: | |
if: matrix.java == 'temurin@17' && steps.setup-java-temurin-17.outputs.cache-hit == 'false' | ||
run: sbt '++ ${{ matrix.scala }}' reload +update | ||
|
||
- name: Download Java ([email protected]) | ||
id: download-java-graalvm-17.0.12 | ||
if: matrix.java == '[email protected]' | ||
uses: typelevel/download-java@v2 | ||
with: | ||
distribution: graalvm | ||
java-version: 17.0.12 | ||
|
||
- name: Setup Java ([email protected]) | ||
id: setup-java-graalvm-17.0.12 | ||
if: matrix.java == '[email protected]' | ||
uses: actions/setup-java@v3 | ||
with: | ||
distribution: jdkfile | ||
java-version: 17.0.12 | ||
jdkFile: ${{ steps.download-java-graalvm-17.0.12.outputs.jdkFile }} | ||
cache: sbt | ||
|
||
- name: sbt update | ||
if: matrix.java == '[email protected]' && steps.setup-java-graalvm-17.0.12.outputs.cache-hit == 'false' | ||
run: sbt '++ ${{ matrix.scala }}' reload +update | ||
|
||
- name: Submit Dependencies | ||
uses: scalacenter/sbt-dependency-submission@v2 |
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