From 777d00275969beef58c4e71b979e66a5bcd44da4 Mon Sep 17 00:00:00 2001 From: aboyko Date: Mon, 11 Dec 2023 12:46:16 -0500 Subject: [PATCH] GHA: Try building some parts on ubuntu --- .github/workflows/eclipse-ls-extensions-build.yml | 6 +++--- .github/workflows/gh-hosted-eclipse-distro-build.yml | 2 +- .github/workflows/snapshot-e431-eclipse-distro-build.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/eclipse-ls-extensions-build.yml b/.github/workflows/eclipse-ls-extensions-build.yml index c9eab43d7..d8391bbf2 100644 --- a/.github/workflows/eclipse-ls-extensions-build.yml +++ b/.github/workflows/eclipse-ls-extensions-build.yml @@ -112,14 +112,14 @@ jobs: CLOUDFLARE_CACHE_TOKEN: ${{ secrets.CLOUDFLARE_CACHE_TOKEN }} run: | ${{ github.workspace }}/.github/scripts/clear-s3-caches.sh ${{ steps.upload-p2-to-akamai.outputs.p2_path }} - - name: Verify Eclipse LS Extensions on e430 + - name: Verify Eclipse LS Extensions on e431 if: ${{ inputs.build_type == 'snapshot' }} run: | cd eclipse-language-servers if command -v xvfb-run ; then - xvfb-run ./mvnw --batch-mode clean package -Pe430 -P${{ inputs.build_type }} -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore + xvfb-run ./mvnw --batch-mode clean package -Pe431 -P${{ inputs.build_type }} -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore else - ./mvnw --batch-mode clean package -Pe430 -P${{ inputs.build_type }} -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore + ./mvnw --batch-mode clean package -Pe431 -P${{ inputs.build_type }} -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore fi purge_cache: diff --git a/.github/workflows/gh-hosted-eclipse-distro-build.yml b/.github/workflows/gh-hosted-eclipse-distro-build.yml index a80484cc8..79354e701 100644 --- a/.github/workflows/gh-hosted-eclipse-distro-build.yml +++ b/.github/workflows/gh-hosted-eclipse-distro-build.yml @@ -101,7 +101,7 @@ jobs: do echo "Generate checksums for ${file}" shasum -a 256 $file > ${file}.sha256 - md5 $file > ${file}.md5 + md5sum $file > ${file}.md5 done echo "Processing S3 update..." dist_path=${{ steps.s3-paths.outputs.dist_path }} diff --git a/.github/workflows/snapshot-e431-eclipse-distro-build.yml b/.github/workflows/snapshot-e431-eclipse-distro-build.yml index 98023a33a..50cb39f06 100644 --- a/.github/workflows/snapshot-e431-eclipse-distro-build.yml +++ b/.github/workflows/snapshot-e431-eclipse-distro-build.yml @@ -14,7 +14,7 @@ on: - "main" jobs: - e430-distro: + e431-distro: if: ${{ github.event.workflow_run.conclusion == 'success' }} uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml with: