From 482e74bfa8185094b2cc6aeb444c27bf47653eb2 Mon Sep 17 00:00:00 2001 From: Reese Williams Date: Wed, 21 Feb 2024 19:46:27 +0000 Subject: [PATCH] Remove my hack --- .github/workflows/preview-release.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/preview-release.yaml b/.github/workflows/preview-release.yaml index 3eaa5b19..b1dbbc3a 100644 --- a/.github/workflows/preview-release.yaml +++ b/.github/workflows/preview-release.yaml @@ -6,7 +6,7 @@ on: - completed push: # Run only on trunk pushes that aren't a new tag release - branches: [trunk] + branches: [trunk, fix-aarch-builds] tags-ignore: "*" env: @@ -64,11 +64,6 @@ jobs: override: true profile: minimal target: aarch64-unknown-linux-gnu - - uses: actions/cache@v2 - with: - path: | - librubyfmt/ruby_checkout - key: ${{ runner.os }}-${{matrix.target}}-ruby-v1-${{ hashFiles('.git/modules/librubyfmt/ruby_checkout/HEAD') }} - if: runner.os == 'macOS' run: | brew install automake bison @@ -109,10 +104,6 @@ jobs: - uses: actions/download-artifact@v3 with: name: rubyfmt-release-artifact-ubuntu-20.04-aarch64-unknown-linux-gnu - - run: | - # The arch part of this path is set with uname, but we cross-compile the arm build on - # an x86 machine, so we want to make sure the name is correct for the release - mv rubyfmt-${{ steps.get-latest-tag.outputs.tag }}-Linux-x86_64.tar.gz rubyfmt-${{ steps.get-latest-tag.outputs.tag }}-Linux-aarch64.tar.gz - uses: actions/download-artifact@v3 with: name: rubyfmt-release-artifact-ubuntu-20.04-native