From 8f5a7edacd1b2d0d2e91d30d9b7e24ec0da0c059 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 18 Jan 2025 12:42:00 +0900 Subject: [PATCH] ci: Remove workaround for fixed AArch64 Linux runner bug --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73453738..24ebc535 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -468,10 +468,6 @@ jobs: runs-on: ${{ matrix.os || 'ubuntu-latest' }} timeout-minutes: 60 steps: - # https://github.com/orgs/community/discussions/148648#discussioncomment-11867019 - - name: Workaround for AArch64 Linux runner bug - run: for var in PATH XDG_CONFIG_HOME; do sed -Ee "s/^/${var}=/" -e 's/(runner)admin/\1/g' <<< "${!var}"; done | tee -a -- "${GITHUB_ENV}" - if: endsWith(matrix.os, '-arm') - uses: taiki-e/checkout-action@v1 - run: | lscpu @@ -973,10 +969,6 @@ jobs: runs-on: ${{ matrix.os || 'ubuntu-latest' }} timeout-minutes: 60 steps: - # https://github.com/orgs/community/discussions/148648#discussioncomment-11867019 - - name: Workaround for AArch64 Linux runner bug - run: for var in PATH XDG_CONFIG_HOME; do sed -Ee "s/^/${var}=/" -e 's/(runner)admin/\1/g' <<< "${!var}"; done | tee -a -- "${GITHUB_ENV}" - if: endsWith(matrix.os, '-arm') - uses: taiki-e/checkout-action@v1 - uses: taiki-e/github-actions/install-rust@nightly - run: |