mirror of
https://github.com/graalvm/setup-graalvm.git
synced 2025-01-18 19:26:39 +08:00
Test gu
component removal.
This commit is contained in:
parent
b53bc17dd7
commit
76d605752b
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -67,6 +67,7 @@ jobs:
|
||||
java --version
|
||||
java --version | grep "GraalVM CE" || exit 34
|
||||
native-image --version
|
||||
gu remove native-image
|
||||
if: runner.os != 'Windows'
|
||||
- name: Check Windows environment
|
||||
run: |
|
||||
@ -74,6 +75,7 @@ jobs:
|
||||
echo "JAVA_HOME: $env:JAVA_HOME"
|
||||
java --version
|
||||
native-image --version
|
||||
gu.cmd remove native-image
|
||||
if: runner.os == 'Windows'
|
||||
test-ee:
|
||||
name: EE ${{ matrix.version }} + JDK${{ matrix.java-version }} on ${{ matrix.os }}
|
||||
@ -112,6 +114,7 @@ jobs:
|
||||
java --version
|
||||
java --version | grep "GraalVM EE" || exit 23
|
||||
native-image --version
|
||||
gu remove native-image
|
||||
if: runner.os != 'Windows'
|
||||
- name: Check Windows environment
|
||||
run: |
|
||||
@ -119,6 +122,7 @@ jobs:
|
||||
echo "JAVA_HOME: $env:JAVA_HOME"
|
||||
java --version
|
||||
native-image --version
|
||||
gu.cmd remove native-image
|
||||
if: runner.os == 'Windows'
|
||||
test-mandrel:
|
||||
name: ${{ matrix.version }} + JDK${{ matrix.java-version }} on ${{ matrix.os }}
|
||||
@ -253,3 +257,5 @@ jobs:
|
||||
bundle exec rake compile
|
||||
bundle exec rake test
|
||||
popd > /dev/null
|
||||
- name: Remove components
|
||||
run: gu remove espresso llvm-toolchain native-image nodejs python R ruby wasm
|
||||
|
Loading…
x
Reference in New Issue
Block a user