From 5f12e045f9a894bf585903b5ef29cfc2daf7c173 Mon Sep 17 00:00:00 2001 From: Julien Ruaux Date: Fri, 26 May 2023 15:51:09 -0700 Subject: [PATCH] cicd: Removed native-image steps --- .github/workflows/early-access.yml | 17 +---------------- .github/workflows/release.yml | 17 +---------------- .github/workflows/step-jlink.yml | 1 - 3 files changed, 2 insertions(+), 33 deletions(-) diff --git a/.github/workflows/early-access.yml b/.github/workflows/early-access.yml index 94ea4dd78..9e53952d3 100644 --- a/.github/workflows/early-access.yml +++ b/.github/workflows/early-access.yml @@ -33,18 +33,9 @@ jobs: project-version: ${{ needs.precheck.outputs.version }} project-effective-version: early-access - native-image: - name: Native Image - needs: [precheck, jlink] - uses: redis-developer/riot/.github/workflows/step-native-image.yml@main - with: - project-version: ${{ needs.precheck.outputs.version }} - secrets: - gh-access-token: ${{ secrets.GIT_ACCESS_TOKEN }} - release: name: Release - needs: [precheck, jlink, jpackage, native-image] + needs: [precheck, jlink, jpackage] runs-on: ubuntu-latest outputs: hashes: ${{ steps.slsa.outputs.HASHES }} @@ -73,12 +64,6 @@ jobs: name: jpackage path: out/jreleaser/assemble/riot-installer/jpackage - - name: Download native-image - uses: actions/download-artifact@v3 - with: - name: native-image - path: out/jreleaser/assemble/riot-native/native-image - - name: Release uses: jreleaser/release-action@v2 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5ac28fed8..6a7273672 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,18 +52,9 @@ jobs: project-version: ${{ needs.precheck.outputs.version }} project-effective-version: ${{ needs.precheck.outputs.version }} - native-image: - name: Native Image - needs: [precheck, jlink] - uses: redis-developer/riot/.github/workflows/step-native-image.yml@main - with: - project-version: ${{ needs.precheck.outputs.version }} - secrets: - gh-access-token: ${{ secrets.GIT_ACCESS_TOKEN }} - release: name: Release - needs: [precheck, jlink, jpackage, native-image] + needs: [precheck, jlink, jpackage] runs-on: ubuntu-latest outputs: hashes: ${{ steps.slsa.outputs.HASHES }} @@ -93,12 +84,6 @@ jobs: name: jpackage path: out/jreleaser/assemble/riot-installer/jpackage - - name: Download native-image - uses: actions/download-artifact@v3 - with: - name: native-image - path: out/jreleaser/assemble/riot-native/native-image - - name: Setup Java uses: actions/setup-java@v3 with: diff --git a/.github/workflows/step-jlink.yml b/.github/workflows/step-jlink.yml index 7886f6f35..8ca5e165a 100644 --- a/.github/workflows/step-jlink.yml +++ b/.github/workflows/step-jlink.yml @@ -69,7 +69,6 @@ jobs: - name: Dependencies run: | ls -l plugins/riot/build/dependencies/flat - ls -l plugins/riot/build/dependencies/graalvm - name: Upload artifacts uses: actions/upload-artifact@v3