Test gu component removal.

This commit is contained in:
Fabio Niephaus 2023-02-13 09:59:12 +01:00
parent b53bc17dd7
commit 76d605752b
No known key found for this signature in database
GPG Key ID: F21CF5275F31DFD6

View File

@ -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