This is an automated email from the ASF dual-hosted git repository.

tjwatson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-atomos.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ea64ee  Remove use of DeLaGuardo/setup-graalvm
     new 9b0f5e6  Merge pull request #42 from tjwatson/fixGraalBuild
7ea64ee is described below

commit 7ea64ee09346558bc4f24766d721f69c71f2f0fa
Author: Thomas Watson <[email protected]>
AuthorDate: Wed Jan 13 08:12:24 2021 -0600

    Remove use of DeLaGuardo/setup-graalvm
    
    Apache repos currently restrict the use of actions to "official"
    actions. Will need to revisit how to use graalvm in actions builds.
---
 .github/workflows/maven.yml | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 268b33d..8442327 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -29,15 +29,4 @@ jobs:
       run: |
         cp 
atomos.examples/atomos.examples.index/target/org.apache.felix.atomos.examples.index-*.jar
 atomos.examples/atomos.examples.android/app/libs
         atomos.examples/atomos.examples.android/gradlew -b 
atomos.examples/atomos.examples.android/build.gradle build
-    - name: Setup GraalVM environment
-      if: matrix.os == 'ubuntu-latest'
-      uses: DeLaGuardo/[email protected]
-      with:
-        # The GraalVM version to make available on the path.
-        graalvm-version: '20.3.0.java11'
-    - name: Install substrate native-image support
-      if: matrix.os == 'ubuntu-latest'
-      run: gu install native-image
-    - name: Build substrate lib example
-      if: matrix.os == 'ubuntu-latest'
-      run: ./mvnw clean package -f 
atomos.examples/atomos.examples.substrate.lib/pom.xml
+

Reply via email to